commit | 42bc60ead39c7be9f6bb7329977826e962f601eb | [log] [tgz] |
---|---|---|
author | Callum Ward <wards.callum@gmail.com> | Fri Nov 22 16:57:14 2019 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Nov 22 08:57:14 2019 -0800 |
tree | 69c9d6d59ccb1a4f904558f566ec61319f4110a7 | |
parent | b00513636c9891deba4cae50217e25e8faf6c6ac [diff] |
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) The Y2K reference is not needed as it only points out that Python's use of C standard functions doesn't generally suffer from Y2K issues; the point regarding conventions for conversion of 2-digit years in :func:`strptime` is still valid.