[Python-checkins] cpython (2.7): we don't care about python 1.5.2

benjamin.peterson python-checkins at python.org
Wed Jul 22 08:17:23 CEST 2015


https://hg.python.org/cpython/rev/b2f4d8377bce
changeset:   96993:b2f4d8377bce
branch:      2.7
parent:      96989:53c0c8914ad0
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Jul 21 23:17:16 2015 -0700
summary:
  we don't care about python 1.5.2

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


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -47,8 +47,6 @@
   years for all year input.  When 2-digit years are accepted, they are converted
   according to the POSIX or X/Open standard: values 69-99 are mapped to 1969-1999,
   and values 0--68 are mapped to 2000--2068. Values 100--1899 are always illegal.
-  Note that this is new as of Python 1.5.2(a2); earlier versions, up to Python
-  1.5.1 and 1.5.2a1, would add 1900 to year values below 1900.
 
 .. index::
    single: UTC

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


More information about the Python-checkins mailing list