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 eric.araujo
Recipients Ramchandra Apte, eric.araujo, eric.smith, meador.inge, terry.reedy
Date 2012-01-03.16:16:05
SpamBayes Score 2.8154348e-06
Marked as misclassified No
Message-id <1325607366.24.0.350565206807.issue13598@psf.upfronthosting.co.za>
In-reply-to
Content
test_string.diff looks good, except that it should probably only test the exception type, not the message (they are not a guaranteed part of the Python language and may change arbitrarily between versions or implementations (e.g. PyPy), so better not to add tests that depend on exact words).

I don’t have anything specific to say about issue13598.diff; if it makes the test pass, then it’s good.  “if manual == True” should just be replaced by “if manual”.

If you’d like to, you can make one patch with fix + tests that addresses my comments and remove the older diffs.
History
Date User Action Args
2012-01-03 16:16:06eric.araujosetrecipients: + eric.araujo, terry.reedy, eric.smith, meador.inge, Ramchandra Apte
2012-01-03 16:16:06eric.araujosetmessageid: <1325607366.24.0.350565206807.issue13598@psf.upfronthosting.co.za>
2012-01-03 16:16:05eric.araujolinkissue13598 messages
2012-01-03 16:16:05eric.araujocreate