[Python-checkins] cpython: Add link from pickle protocol 4 in summary to the section about it.

r.david.murray python-checkins at python.org
Fri Dec 20 23:28:19 CET 2013


http://hg.python.org/cpython/rev/c4238e91532e
changeset:   88100:c4238e91532e
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Dec 20 16:38:09 2013 -0500
summary:
  Add link from pickle protocol 4 in summary to the section about it.

files:
  Doc/whatsnew/3.4.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -111,7 +111,7 @@
 
 * :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 @@
 the new methods.
 
 
+.. _whatsnew-protocol-4:
+
 Pickle protocol 4
 =================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list