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 josh.r
Recipients benjamin.peterson, josh.r, marfire, maubp, zvyn
Date 2015-06-25.01:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435196817.63.0.62597842987.issue19111@psf.upfronthosting.co.za>
In-reply-to
Content
Shouldn't it also disable the relevant fixers for map, filter, zip, etc. as appropriate? Otherwise a whole bunch of calls will be wrapper in list() or the like to mimic a behavior the code never had in Py2 in the first place.
History
Date User Action Args
2015-06-25 01:46:57josh.rsetrecipients: + josh.r, benjamin.peterson, maubp, zvyn, marfire
2015-06-25 01:46:57josh.rsetmessageid: <1435196817.63.0.62597842987.issue19111@psf.upfronthosting.co.za>
2015-06-25 01:46:57josh.rlinkissue19111 messages
2015-06-25 01:46:57josh.rcreate