From: R David Murray Date: Fri, 20 Dec 2013 21:38:09 +0000 (-0500) Subject: Add link from pickle protocol 4 in summary to the section about it. X-Git-Tag: v3.4.0b2~149 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c054040f86c55eb5f246d334f0bdd68ab8698cba;p=thirdparty%2FPython%2Fcpython.git Add link from pickle protocol 4 in summary to the section about it. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index fb1721aa8acd..a7269e303124 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 =================