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 eric.araujo
Recipients Vincent.Danen, barry, eric.araujo, loewis, pjenvey, tarek
Date 2011-12-01.14:12:40
SpamBayes Score 6.0768514e-07
Marked as misclassified No
Message-id <1322748761.63.0.949686220656.issue13512@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report Vincent.  Philip, your patch looks good, except that the code cannot use the with statement due to PEP 291 (I’ll take care of that).  2.5 is also affected (the code is in the distutils.command.register module).

I don’t think we can write a test for this bug.

Barry, Martin, do you think this important enough for the versions in security mode?  (I’ve forgotten whether 2.5 is still in security mode or not, and can’t find the info online).
History
Date User Action Args
2011-12-01 14:12:41eric.araujosetrecipients: + eric.araujo, loewis, barry, pjenvey, tarek, Vincent.Danen
2011-12-01 14:12:41eric.araujosetmessageid: <1322748761.63.0.949686220656.issue13512@psf.upfronthosting.co.za>
2011-12-01 14:12:40eric.araujolinkissue13512 messages
2011-12-01 14:12:40eric.araujocreate