New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
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. ---------- files: remove-accept2dyear.diff keywords: patch messages: 134493 nosy: belopolsky, haypo priority: normal severity: normal stage: patch review status: open title: Remove time.accept2dyear type: feature request versions: Python 3.3 Added file: http://bugs.python.org/file21785/remove-accept2dyear.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11930> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com