This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, vstinner
Date 2011-04-26.19:37:40
SpamBayes Score 8.098227e-06
Marked as misclassified No
Message-id <1303846662.46.0.339847524577.issue11930@psf.upfronthosting.co.za>
In-reply-to
Content
As implemented in issue 10827, use of 2-digits years in timetuples to mean 4-digit years straddling year 2000 is deprecated in 3.3.  There is no mechanism for issuing deprecation warning for access to a module variable, but a deprecation note was added to its documentation.

Attached patch removes time.accept2dyear and the associated behaviors.
History
Date User Action Args
2011-04-26 19:37:42belopolskysetrecipients: + belopolsky, vstinner
2011-04-26 19:37:42belopolskysetmessageid: <1303846662.46.0.339847524577.issue11930@psf.upfronthosting.co.za>
2011-04-26 19:37:41belopolskylinkissue11930 messages
2011-04-26 19:37:41belopolskycreate