[Python-checkins] r86669 - python/branches/py3k/Doc/library/calendar.rst

alexander.belopolsky python-checkins at python.org
Mon Nov 22 04:06:56 CET 2010


Author: alexander.belopolsky
Date: Mon Nov 22 04:06:56 2010
New Revision: 86669

Log:
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.

Modified:
   python/branches/py3k/Doc/library/calendar.rst

Modified: python/branches/py3k/Doc/library/calendar.rst
==============================================================================
--- python/branches/py3k/Doc/library/calendar.rst	(original)
+++ python/branches/py3k/Doc/library/calendar.rst	Mon Nov 22 04:06:56 2010
@@ -16,7 +16,7 @@
 functionality, see also the :mod:`datetime` and :mod:`time` modules.
 
 Most of these functions and classes rely on the :mod:`datetime` module which
-uses an idealized calendar, the current Gregorian calendar indefinitely extended
+uses an idealized calendar, the current Gregorian calendar extended
 in both directions.  This matches the definition of the "proleptic Gregorian"
 calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
 it's the base calendar for all computations.


More information about the Python-checkins mailing list