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 loewis
Recipients Arfrever, ezio.melotti, georg.brandl, loewis, serhiy.storchaka
Date 2013-05-28.16:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369757790.13.0.375209659508.issue15239@psf.upfronthosting.co.za>
In-reply-to
Content
I find the patch too large to review, and it appears to contain unrelated changes. Can you kindly split it up into two patches, namely

A) changes that are really absolutely necessary to make it work again
B) patches that are purely cosmetic, and do not affect the behavior at all (such as rewriting .startswith, or replacing %s with %r)

Possibly, there is also

C) changes that do change the behavior, but in a way unrelated to the issue at hand; such changes are best left out.

Sorry it took so long to react.
History
Date User Action Args
2013-05-28 16:16:30loewissetrecipients: + loewis, georg.brandl, ezio.melotti, Arfrever, serhiy.storchaka
2013-05-28 16:16:30loewissetmessageid: <1369757790.13.0.375209659508.issue15239@psf.upfronthosting.co.za>
2013-05-28 16:16:30loewislinkissue15239 messages
2013-05-28 16:16:29loewiscreate