Commit c054040f authored by R David Murray's avatar R David Murray

Add link from pickle protocol 4 in summary to the section about it.

parent cde1a06a
......@@ -111,7 +111,7 @@ Significantly Improved Library Modules:
* :ref:`Single-dispatch generic functions <whatsnew-singledispatch>` in
:mod:`functools` (:pep:`443`)
* New :mod:`pickle` protocol 4 (:pep:`3154`)
* New :mod:`pickle` :ref:`protocol 4 <whatsnew-protocol-4>` (:pep:`3154`)
* :ref:`SHA-3 (Keccak) support <whatsnew-sha3>` for :mod:`hashlib`.
* TLSv1.1 and TLSv1.2 support for :mod:`ssl`.
* :mod:`multiprocessing` now has option to avoid using :func:`os.fork`
......@@ -291,6 +291,8 @@ described in the PEP. Existing importers should be updated to implement
the new methods.
.. _whatsnew-protocol-4:
Pickle protocol 4
=================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment