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