STINNER Victor <victor.stin...@haypocalc.com> added the comment: > r87845+r87846 sets time.strftime() minimum year to 1 instead of 1900. > If Python is compiled with Visual Studio, it sets also the maximum > year to 9999.
r87848 removes all limits on the year field; r87850 (Issue #10864) limits year to [1; 9999] on Solaris. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1777412> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com