[issue26279] time.strptime does not properly convert out-of-bounds values

2016-02-11 Thread Ned Deily
Ned Deily added the comment: Make that Issue23718 -- superseder: PEP 475: port test_eintr to Windows -> strptime() can produce invalid date with negative year day ___ Python tracker ___

[issue26279] time.strptime does not properly convert out-of-bounds values

2016-02-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Closing this issue as a duplicate of Issue23719. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PEP 475: port test_eintr to Windows ___ Pyth

[issue26279] time.strptime does not properly convert out-of-bounds values

2016-02-09 Thread Tamás Bence Gedai
Tamás Bence Gedai added the comment: This is connected to http://bugs.python.org/issue23718 I submitted a patch that hopefully solves this problem. -- nosy: +beng94 ___ Python tracker _

[issue26279] time.strptime does not properly convert out-of-bounds values

2016-02-03 Thread Emanuel Barry
Changes by Emanuel Barry : -- nosy: +ebarry title: Possible bug in time library -> time.strptime does not properly convert out-of-bounds values versions: -Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___