summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-24 10:11:12 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-24 10:11:12 (GMT)
commit399bf7be41db011850971adad917b3edb9e81542 (patch)
treeef09274f0bb0f2aea7fa024fdfea7a5d763a30a1 /Doc/whatsnew
parente7dfe74ce39cad736da8e3a24fdc4cfb50c7c515 (diff)
downloadcpython-399bf7be41db011850971adad917b3edb9e81542.zip
cpython-399bf7be41db011850971adad917b3edb9e81542.tar.gz
cpython-399bf7be41db011850971adad917b3edb9e81542.tar.bz2
Fix markup and add todo.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 203c18d..4e60017 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1446,6 +1446,8 @@ the new :mod:`imaplib.IMAP4.starttls` method.
(Contributed by Lorenzo M. Catucci and Antoine Pitrou, :issue:`4471`.)
+.. XXX sys._xoptions http://bugs.python.org/issue10089
+
unittest
--------
@@ -2218,7 +2220,7 @@ require changes to your code:
* :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`.)