[Python-checkins] cpython (merge 3.4 -> default): Merge fix for #20960

r.david.murray python-checkins at python.org
Mon Mar 17 16:23:43 CET 2014


http://hg.python.org/cpython/rev/3a3a5467baa9
changeset:   89812:3a3a5467baa9
parent:      89810:a18227d96ee8
parent:      89811:a2fd7e452167
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 17 11:23:07 2014 -0400
summary:
  Merge fix for #20960

files:
  Doc/library/sys.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -606,7 +606,7 @@
 
    .. versionadded:: 3.2
 
-   .. versionchanged: 3.4
+   .. versionchanged:: 3.4
       Added *algorithm*, *hash_bits* and *seed_bits*
 
 

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


More information about the Python-checkins mailing list