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 brett.cannon
Recipients brett.cannon, docs@python, nchammas, python-dev
Date 2015-12-27.21:18:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451251129.67.0.829436440042.issue25768@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch, Nicholas! I have added you to Misc/ACKS.

I did tweak the patch, though, to have the functions return booleans instead of 1 or 0 and thus tweaked the docs to be less specific about the return type as well as the tests only doing assertTrue and assertFalse instead of directly comparing against 1 or 0 (which would have still worked, but I prefer the weaker definition in case the return value changes in the future).
History
Date User Action Args
2015-12-27 21:18:49brett.cannonsetrecipients: + brett.cannon, docs@python, python-dev, nchammas
2015-12-27 21:18:49brett.cannonsetmessageid: <1451251129.67.0.829436440042.issue25768@psf.upfronthosting.co.za>
2015-12-27 21:18:49brett.cannonlinkissue25768 messages
2015-12-27 21:18:49brett.cannoncreate