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 terry.reedy
Recipients ezio.melotti, rhettinger, terry.reedy
Date 2014-11-09.18:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415559404.31.0.036565481067.issue22823@psf.upfronthosting.co.za>
In-reply-to
Content
I will prepare a 3.5 patch for this.  There are not many instances other than those you found (but several times as many in tests).  I presume that most non-test instances were converted by the 2to3 fixer.

How about frozenset([...]) to frozenset({...})?  There are 4 occurrences of this. The semantic match between frozenset and {...} is better than with [...], but the visual gain in nearly nil.

I will leave the one idlelib instance in CodeContext for when I am editing the file anyway (for both 3.4 and 3.5), which should be soon.
History
Date User Action Args
2014-11-09 18:56:44terry.reedysetrecipients: + terry.reedy, rhettinger, ezio.melotti
2014-11-09 18:56:44terry.reedysetmessageid: <1415559404.31.0.036565481067.issue22823@psf.upfronthosting.co.za>
2014-11-09 18:56:44terry.reedylinkissue22823 messages
2014-11-09 18:56:44terry.reedycreate