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 python-dev
Recipients Ramchandra Apte, amak, eli.bendersky, eric.araujo, ezio.melotti, georg.brandl, giampaolo.rodola, hynek, ncoghlan, pmoody, python-dev, sandro.tosi, serhiy.storchaka, terry.reedy, tshepang
Date 2012-08-20.00:19:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3X0bHT1gFczQSc@mail.python.org>
In-reply-to
Content
New changeset 811d91591f73 by Nick Coghlan in branch 'default':
Close #14814: Avoid depending on struct by using newer features. Also use enumerate where appropriate (patch by Serhiy Storchaka). Declaring PEP 3144 final at this point - any further changes to code or docs can go in new issues.
http://hg.python.org/cpython/rev/811d91591f73
History
Date User Action Args
2012-08-20 00:19:59python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, ncoghlan, giampaolo.rodola, amak, ezio.melotti, eric.araujo, pmoody, eli.bendersky, sandro.tosi, tshepang, Ramchandra Apte, hynek, serhiy.storchaka
2012-08-20 00:19:37python-devlinkissue14814 messages
2012-08-20 00:19:36python-devcreate