]> granicus.if.org Git - python/commitdiff
Fix markup and add todo.
authorRaymond Hettinger <python@rcn.com>
Mon, 24 Jan 2011 10:11:12 +0000 (10:11 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 24 Jan 2011 10:11:12 +0000 (10:11 +0000)
Doc/whatsnew/3.2.rst

index 203c18d225c4cf6fd8545207b57937ffb3472cbb..4e600171a82ba9674f80c2a13872afc7bec04c87 100644 (file)
@@ -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`.)