mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00

urllib,urllib2 -> urllib.request,urllib.error urlparse -> urllib.parse RobotParser -> urllib.robotparser Updated tutorial references and other module references (http.client.rst, ftplib.rst,contextlib.rst) Updated the examples in the urllib2-howto Addresses Issue3142.
18 lines
283 B
ReStructuredText
18 lines
283 B
ReStructuredText
|
|
.. _fileformats:
|
|
|
|
************
|
|
File Formats
|
|
************
|
|
|
|
The modules described in this chapter parse various miscellaneous file formats
|
|
that aren't markup languages or are related to e-mail.
|
|
|
|
|
|
.. toctree::
|
|
|
|
csv.rst
|
|
configparser.rst
|
|
netrc.rst
|
|
xdrlib.rst
|
|
plistlib.rst
|