]> granicus.if.org Git - python/commitdiff
mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@
authorSandro Tosi <sandro.tosi@gmail.com>
Fri, 19 Aug 2011 16:40:21 +0000 (18:40 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Fri, 19 Aug 2011 16:40:21 +0000 (18:40 +0200)
Doc/library/time.rst

index 28e994c61c1c7330b75a52771318c118185836ae..7c464ac2452e993481493b9c821af4f0a1424a7c 100644 (file)
@@ -553,6 +553,6 @@ The module defines the following functions and data items:
    preferred  hour/minute offset is not supported by all ANSI C libraries. Also, a
    strict reading of the original 1982 :rfc:`822` standard calls for a two-digit
    year (%y rather than %Y), but practice moved to 4-digit years long before the
-   year 2000.  The 4-digit year has been mandated by :rfc:`2822`, which obsoletes
-   :rfc:`822`.
+   year 2000.  After that, :rfc:`822` became obsolete and the 4-digit year has
+   been first recommended by :rfc:`1123` and then mandated by :rfc:`2822`.