[issue32267] strptime misparses offsets with microsecond format

2018-01-09 Thread Alexander Belopolsky
Change by Alexander Belopolsky : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue32267] strptime misparses offsets with microsecond format

2017-12-12 Thread Alexander Belopolsky
Change by Alexander Belopolsky : -- nosy: +p-ganssle ___ Python tracker ___

[issue32267] strptime misparses offsets with microsecond format

2017-12-10 Thread R. David Murray
Change by R. David Murray : -- nosy: +belopolsky ___ Python tracker ___ ___

[issue32267] strptime misparses offsets with microsecond format

2017-12-10 Thread Mario Corchero
Change by Mario Corchero : -- keywords: +patch pull_requests: +4682 stage: -> patch review ___ Python tracker ___

[issue32267] strptime misparses offsets with microsecond format

2017-12-10 Thread Mario Corchero
New submission from Mario Corchero : At the moment strptime misparses all microsecond specifications that do not have exactly 6 digits as it is just converted into an int and considered microsecond. This bug was introduced with the implementation in bpo-31800 Example: