Staging
v0.5.1
https://github.com/python/cpython
Revision b7d6d2ac6ea4361fd72314d466029bd119ad3fea authored by Antoine Pitrou on 08 February 2014, 22:03:56 UTC, committed by Antoine Pitrou on 08 February 2014, 22:03:56 UTC
For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message.
1 parent b4062e8
Raw File
Tip revision: b7d6d2ac6ea4361fd72314d466029bd119ad3fea authored by Antoine Pitrou on 08 February 2014, 22:03:56 UTC
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket.
Tip revision: b7d6d2a
fileformats.rst
.. _fileformats:

************
File Formats
************

The modules described in this chapter parse various miscellaneous file formats
that aren't markup languages and are not related to e-mail.


.. toctree::

   csv.rst
   configparser.rst
   netrc.rst
   xdrlib.rst
   plistlib.rst
back to top