cpython/Doc/library/netdata.rst
Victor Stinner a806608705
bpo-45085: Remove the binhex module (GH-28117)
The binhex module, deprecated in Python 3.9, is now removed. The
following binascii functions, deprecated in Python 3.9, are now also
removed:

* a2b_hqx(), b2a_hqx();
* rlecode_hqx(), rledecode_hqx().

The binascii.crc_hqx() function remains available.
2021-09-02 12:10:08 +02:00

22 lines
325 B
ReStructuredText

.. _netdata:
**********************
Internet Data Handling
**********************
This chapter describes modules which support handling data formats commonly used
on the internet.
.. toctree::
email.rst
json.rst
mailcap.rst
mailbox.rst
mimetypes.rst
base64.rst
binascii.rst
quopri.rst
uu.rst