[New-bugs-announce] [issue11930] Remove time.accept2dyear

Alexander Belopolsky report at bugs.python.org
Tue Apr 26 21:37:42 CEST 2011


New submission from Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11930>
_______________________________________


More information about the New-bugs-announce mailing list