[New-bugs-announce] [issue28281] Remove year limits from calendar

Alexander Belopolsky report at bugs.python.org
Mon Sep 26 16:44:06 EDT 2016


New submission from Alexander Belopolsky:

The calendar module currently relies on datetime for some calculations and is therefore restricted to years 1 through 9999.  With exception to some public methods that are documented to return datetime.date instances, this dependence on the datetime module can be removed.

----------
assignee: belopolsky
messages: 277467
nosy: belopolsky, serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Remove year limits from calendar
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list