diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-22 06:17:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-22 06:17:16 (GMT) |
commit | cdbe6fc23b0ce6b12fbe218e8d8c99640227117e (patch) | |
tree | ed93a4b4945193c6cbbebf01669bc717df9f3115 | |
parent | 68773f3100a6fb2472526db61afeb60d9f7d81b1 (diff) | |
download | cpython-cdbe6fc23b0ce6b12fbe218e8d8c99640227117e.zip cpython-cdbe6fc23b0ce6b12fbe218e8d8c99640227117e.tar.gz cpython-cdbe6fc23b0ce6b12fbe218e8d8c99640227117e.tar.bz2 |
we don't care about python 1.5.2
-rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index be2dd15..c2ea834 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -47,8 +47,6 @@ An explanation of some terminology and conventions is in order. 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 |