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 rhettinger
Recipients ezio.melotti, rhettinger, serhiy.storchaka, terry.reedy
Date 2014-11-09.20:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415563437.77.0.908494924407.issue22823@psf.upfronthosting.co.za>
In-reply-to
Content
[I will prepare a 3.5 patch for this.]

Thanks, I will review when you're done.

[How about frozenset([...]) to frozenset({...})? ]

Yes, the frozenset() examples should change to match the actual repr:

   >>> frozenset([10, 20, 30])
   frozenset({10, 20, 30})
History
Date User Action Args
2014-11-09 20:03:57rhettingersetrecipients: + rhettinger, terry.reedy, ezio.melotti, serhiy.storchaka
2014-11-09 20:03:57rhettingersetmessageid: <1415563437.77.0.908494924407.issue22823@psf.upfronthosting.co.za>
2014-11-09 20:03:57rhettingerlinkissue22823 messages
2014-11-09 20:03:57rhettingercreate