]> granicus.if.org Git - python/commitdiff
Add link from pickle protocol 4 in summary to the section about it.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 21:38:09 +0000 (16:38 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 21:38:09 +0000 (16:38 -0500)
Doc/whatsnew/3.4.rst

index fb1721aa8acdac3c3c2d395e1f07c94d6d669282..a7269e3031245286713db2f8b1c313a4ddfa825b 100644 (file)
@@ -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
 =================