summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2009-10-05 22:45:39 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2009-10-05 22:45:39 (GMT)
commit85ea4bf781203d8b4fd2873791d0a7a26e103652 (patch)
treea932a38989f0a1dd9ddefa76213f3ed8e096a4a4 /Doc/whatsnew
parentfa6a4271c11ef8b62312b448b0053d694f05d95f (diff)
downloadcpython-85ea4bf781203d8b4fd2873791d0a7a26e103652.zip
cpython-85ea4bf781203d8b4fd2873791d0a7a26e103652.tar.gz
cpython-85ea4bf781203d8b4fd2873791d0a7a26e103652.tar.bz2
Remove two notes
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 847794b..856354a 100644
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -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