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::
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