[Python-checkins] cpython (3.4): closes #20960

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


http://hg.python.org/cpython/rev/a2fd7e452167
changeset:   89811:a2fd7e452167
branch:      3.4
parent:      89809:0c0f90e8df26
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 17 11:20:29 2014 -0400
summary:
  closes #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