Brett Cannon added the comment:

Do realize that the strptime code is shared with time.strptime() and so this 
change would have to make sense in both contexts.

This change can also only happen in Python 3.6 because it is 
backwards-incompatible due to people potentially already catching the previous 
exception.

----------
nosy: +brett.cannon
priority: normal -> low
stage:  -> test needed
versions: +Python 3.6 -Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to