New submission from Alexander Belopolsky <belopol...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10138>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to