[Python-checkins] r88161 - python/branches/py3k/Doc/whatsnew/3.2.rst
raymond.hettinger
python-checkins at python.org
Mon Jan 24 11:11:12 CET 2011
Author: raymond.hettinger
Date: Mon Jan 24 11:11:12 2011
New Revision: 88161
Log:
Fix markup and add todo.
Modified:
python/branches/py3k/Doc/whatsnew/3.2.rst
Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst Mon Jan 24 11:11:12 2011
@@ -1446,6 +1446,8 @@
(Contributed by Lorenzo M. Catucci and Antoine Pitrou, :issue:`4471`.)
+.. XXX sys._xoptions http://bugs.python.org/issue10089
+
unittest
--------
@@ -2218,7 +2220,7 @@
* :class:`bytearray` objects can no longer be used as filenames; instead,
they should be converted to :class:`bytes`.
-* The :meth:`array.tostring' and :meth:`array.fromstring` have been renamed to
+* The :meth:`array.tostring` and :meth:`array.fromstring` have been renamed to
:meth:`array.tobytes` and :meth:`array.frombytes` for clarity. The old names
have been deprecated. (See :issue:`8990`.)
More information about the Python-checkins
mailing list