mirror of https://github.com/python/cpython
Remove two notes
This commit is contained in:
parent
fa6a4271c1
commit
85ea4bf781
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue