This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gphemsley
Recipients gphemsley, p-ganssle
Date 2019-05-18.19:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558209324.19.0.586070811831.issue36959@roundup.psfhosted.org>
In-reply-to
Content
I've created a PR that fixes the issue, which I discovered while evaluating the test coverage for _strptime.

Certain scenarios of error messages were never being hit because the cascade was out of order, and the tests were not showing that because they were throwing a different ValueError than the one they were expecting to throw.
History
Date User Action Args
2019-05-18 19:55:24gphemsleysetrecipients: + gphemsley, p-ganssle
2019-05-18 19:55:24gphemsleysetmessageid: <1558209324.19.0.586070811831.issue36959@roundup.psfhosted.org>
2019-05-18 19:55:24gphemsleylinkissue36959 messages
2019-05-18 19:55:24gphemsleycreate