]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-29275: Remove Y2K reference from time module docs (GH-17321)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Nov 2019 17:03:50 +0000 (09:03 -0800)
committerGitHub <noreply@github.com>
Fri, 22 Nov 2019 17:03:50 +0000 (09:03 -0800)
commitca5fafc2bbda9373c9ab12b76d17614585cffc23
tree6d4ab90c31b9715b73b9d0fc8d21462dcde5af55
parenta1e1be4c4969c7c20c8c958e5ab5279ae6a66a16
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.
(cherry picked from commit 42bc60ead39c7be9f6bb7329977826e962f601eb)

Co-authored-by: Callum Ward <wards.callum@gmail.com>
Doc/library/time.rst