[issue17165] Use "except ImportError" instead of bare except in _strptime.py

2013-02-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed, thank you! -- nosy: +pitrou resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17165] Use "except ImportError" instead of bare except in _strptime.py

2013-02-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1557d25b0f6e by Antoine Pitrou in branch 'default': Issue #17165: fix a bare import in _strptime.py. http://hg.python.org/cpython/rev/1557d25b0f6e -- nosy: +python-dev ___ Python tracker

[issue17165] Use "except ImportError" instead of bare except in _strptime.py

2013-02-08 Thread Berker Peksag
New submission from Berker Peksag: See for the source: http://hg.python.org/cpython/file/default/Lib/_strptime.py#l24 and for the reference: http://docs.python.org/dev/library/_dummy_thread.html#module-_dummy_thread -- components: Library (Lib) files: _strptime_importerror.diff keywor