From c054040f86c55eb5f246d334f0bdd68ab8698cba Mon Sep 17 00:00:00 2001 From: R David Murray Date: Fri, 20 Dec 2013 16:38:09 -0500 Subject: [PATCH] Add link from pickle protocol 4 in summary to the section about it. --- Doc/whatsnew/3.4.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index fb1721aa8a..a7269e3031 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -111,7 +111,7 @@ Significantly Improved Library Modules: * :ref:`Single-dispatch generic functions ` in :mod:`functools` (:pep:`443`) -* New :mod:`pickle` protocol 4 (:pep:`3154`) +* New :mod:`pickle` :ref:`protocol 4 ` (:pep:`3154`) * :ref:`SHA-3 (Keccak) support ` 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 ================= -- 2.40.0