mirror of
https://github.com/python/cpython.git
synced 2025-09-23 08:53:45 +00:00
Remove two notes
This commit is contained in:
parent
fa6a4271c1
commit
85ea4bf781
1 changed files with 1 additions and 5 deletions
|
@ -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`
|
comma-formatting mechanism isn't as general as the :mod:`locale`
|
||||||
module, but it's easier to use.
|
module, but it's easier to use.
|
||||||
|
|
||||||
.. XXX "Format String Syntax" in string.rst doesn't describe ',';
|
.. XXX "Format String Syntax" in string.rst could use many more examples.
|
||||||
could use many more examples.
|
|
||||||
|
|
||||||
.. seealso::
|
.. 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.
|
prevent buffering many small sends into a single TCP packet.
|
||||||
(Contributed by Kristjan Valur Jonsson; :issue:`6192`.)
|
(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
|
* The :mod:`struct` module will no longer silently ignore overflow
|
||||||
errors when a value is too large for a particular integer format
|
errors when a value is too large for a particular integer format
|
||||||
code (one of ``bBhHiIlLqQ``); it now always raises a
|
code (one of ``bBhHiIlLqQ``); it now always raises a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue