[issue31895] Native hijri calendar support

Terry J. Reedy report at bugs.python.org
Fri Nov 3 16:51:07 EDT 2017


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Haneef, thank you for the explanation.  Any such addition would need a PEP.  But I agree with Marc-Andre that supporting the multitude of calendars is out of scope for the stdlib.  So I suspect such a PEP would be rejected, with the suggestion already given here, that this belongs on PyPI.  An existing example is the time module of the astropy module,
http://docs.astropy.org/en/stable/time/index.html .

I could be wrong, but I have a vague impression that expanding calendar support has been requested and rejected before.  We have enough to do properly supporting the existing time, datetime, and calendar modules.

----------
nosy: +terry.reedy
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31895>
_______________________________________


More information about the Python-bugs-list mailing list