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 Mariatta
Recipients Mariatta, benjamin.peterson, berker.peksag, cvk, stuarteberg
Date 2017-06-16.02:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497581815.01.0.496078434775.issue28837@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 292b421d48ab91b0c68ea4040fc7371e7d6d610e by Mariatta in branch '3.6':
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235)
https://github.com/python/cpython/commit/292b421d48ab91b0c68ea4040fc7371e7d6d610e
History
Date User Action Args
2017-06-16 02:56:55Mariattasetrecipients: + Mariatta, benjamin.peterson, berker.peksag, cvk, stuarteberg
2017-06-16 02:56:55Mariattasetmessageid: <1497581815.01.0.496078434775.issue28837@psf.upfronthosting.co.za>
2017-06-16 02:56:55Mariattalinkissue28837 messages
2017-06-16 02:56:54Mariattacreate