[issue10138] calendar module does not support years outside [1, 9999] range

2010-11-21 Thread Alexander Belopolsky
Changes by Alexander Belopolsky belopol...@users.sourceforge.net: -- nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10138 ___ ___

[issue10138] calendar module does not support years outside [1, 9999] range

2010-11-21 Thread Raymond Hettinger
Raymond Hettinger rhettin...@users.sourceforge.net added the comment: Go ahead an remove the word indefinitely. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10138 ___

[issue10138] calendar module does not support years outside [1, 9999] range

2010-11-21 Thread Alexander Belopolsky
Alexander Belopolsky belopol...@users.sourceforge.net added the comment: Fixed in revision 86669. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10138

[issue10138] calendar module does not support years outside [1, 9999] range

2010-10-18 Thread Alexander Belopolsky
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.