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-19.01:10:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558228245.62.0.320028905292.issue36959@roundup.psfhosted.org>
In-reply-to
Content
Ah yes, to be clear, I wasn't trying to suggest that the error messages themselves were wrong—just that they weren't triggering when the tests were expecting them to.

Some of the existing tests currently trigger the "unconverted data remains" ValueError from earlier in the method, but because the messages are not checked, that is not immediately obvious. I've also added new tests for additional scenarios that would presumably also be considered invalid, based on the existing ones.
History
Date User Action Args
2019-05-19 01:10:45gphemsleysetrecipients: + gphemsley, p-ganssle
2019-05-19 01:10:45gphemsleysetmessageid: <1558228245.62.0.320028905292.issue36959@roundup.psfhosted.org>
2019-05-19 01:10:45gphemsleylinkissue36959 messages
2019-05-19 01:10:45gphemsleycreate