]> granicus.if.org Git - python/commitdiff
Remove two notes
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 22:45:39 +0000 (22:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 5 Oct 2009 22:45:39 +0000 (22:45 +0000)
Doc/whatsnew/2.7.rst

index 847794b7d022f0a9c774fb4a8c9cc0a1b42928ae..856354a8ec6a6c6d57c50b51ff06fc0d53b0eedd 100644 (file)
@@ -200,8 +200,7 @@ separator and the grouping is always into three-digit groups.  The
 comma-formatting mechanism isn't as general as the :mod:`locale`
 module, but it's easier to use.
 
-.. XXX "Format String Syntax" in string.rst doesn't describe ',';
-   could use many more examples.
+.. XXX "Format String Syntax" in string.rst could use many more examples.
 
 .. seealso::
 
@@ -664,9 +663,6 @@ changes, or look through the Subversion logs for all the details.
   prevent buffering many small sends into a single TCP packet.
   (Contributed by Kristjan Valur Jonsson; :issue:`6192`.)
 
-  .. XXX the documentation for this attr was silently dropped from
-  .. Doc/library/socketserver.rst.
-
 * The :mod:`struct` module will no longer silently ignore overflow
   errors when a value is too large for a particular integer format
   code (one of ``bBhHiIlLqQ``); it now always raises a