mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Issue #10138: Removed 'indefinitely' from the proleptic calendar description.
This commit is contained in:
parent
5cb823d353
commit
d4bbab278f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ are given as integers. For related
|
||||||
functionality, see also the :mod:`datetime` and :mod:`time` modules.
|
functionality, see also the :mod:`datetime` and :mod:`time` modules.
|
||||||
|
|
||||||
Most of these functions and classes rely on the :mod:`datetime` module which
|
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"
|
in both directions. This matches the definition of the "proleptic Gregorian"
|
||||||
calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
|
calendar in Dershowitz and Reingold's book "Calendrical Calculations", where
|
||||||
it's the base calendar for all computations.
|
it's the base calendar for all computations.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue