mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Add link from pickle protocol 4 in summary to the section about it.
This commit is contained in:
parent
cde1a06a54
commit
c054040f86
1 changed files with 3 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ Significantly Improved Library Modules:
|
||||||
|
|
||||||
* :ref:`Single-dispatch generic functions <whatsnew-singledispatch>` in
|
* :ref:`Single-dispatch generic functions <whatsnew-singledispatch>` in
|
||||||
:mod:`functools` (:pep:`443`)
|
: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`.
|
* :ref:`SHA-3 (Keccak) support <whatsnew-sha3>` for :mod:`hashlib`.
|
||||||
* TLSv1.1 and TLSv1.2 support for :mod:`ssl`.
|
* TLSv1.1 and TLSv1.2 support for :mod:`ssl`.
|
||||||
* :mod:`multiprocessing` now has option to avoid using :func:`os.fork`
|
* :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.
|
the new methods.
|
||||||
|
|
||||||
|
|
||||||
|
.. _whatsnew-protocol-4:
|
||||||
|
|
||||||
Pickle protocol 4
|
Pickle protocol 4
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue