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 berker.peksag, brett.cannon, pitrou, rhettinger, serhiy.storchaka
Date 2015-06-06.12:06:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433592415.49.0.746351133065.issue24391@psf.upfronthosting.co.za>
In-reply-to
Content
While I like the concept, I don't like the reprs where the type is not the first thing listed, e.g., "set Event" not having "Event" first. The default repr and typical practice of having the type come first makes my brain initially read that repr as a "set of Events" instead of "an Event that is set".
History
Date User Action Args
2015-06-06 12:06:55brett.cannonsetrecipients: + brett.cannon, rhettinger, pitrou, berker.peksag, serhiy.storchaka
2015-06-06 12:06:55brett.cannonsetmessageid: <1433592415.49.0.746351133065.issue24391@psf.upfronthosting.co.za>
2015-06-06 12:06:55brett.cannonlinkissue24391 messages
2015-06-06 12:06:55brett.cannoncreate