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.smith
Recipients James.Lu, eric.smith
Date 2013-07-23.16:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374595827.34.0.362533665291.issue18537@psf.upfronthosting.co.za>
In-reply-to
Content
bool instances are immutable, so all "value.toggle()" could do is the same as "not value". That is, return a new bool with the "toggled" value.
History
Date User Action Args
2013-07-23 16:10:27eric.smithsetrecipients: + eric.smith, James.Lu
2013-07-23 16:10:27eric.smithsetmessageid: <1374595827.34.0.362533665291.issue18537@psf.upfronthosting.co.za>
2013-07-23 16:10:27eric.smithlinkissue18537 messages
2013-07-23 16:10:27eric.smithcreate