Issue 10138: calendar module does not support years outside [1, 9999] range (original) (raw)
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.