[New-bugs-announce] [issue10138] calendar module does not support years outside [1, 9999] range

Alexander Belopolsky report at bugs.python.org
Mon Oct 18 19:23:40 CEST 2010


New submission from Alexander Belopolsky <belopolsky at users.sourceforge.net>:

Documentation for the calendar module says:

"""
Most of these functions and classes rely on the datetime module which uses an idealized calendar, the current Gregorian calendar indefinitely extended in both directions.
"""

However, neither the datetime nor as a consequence the calendar module support years  outside [1, 9999] range.

----------
assignee: belopolsky
components: Documentation
messages: 119041
nosy: belopolsky
priority: normal
severity: normal
status: open
title: calendar module does not support years outside [1, 9999] range
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10138>
_______________________________________


More information about the New-bugs-announce mailing list