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 davidfraser, dmalcolm, gregory.p.smith, jyasskin, loewis, scott.tsai
Date 2010-04-01.07:44:13
SpamBayes Score 2.507631e-05
Marked as misclassified No
Message-id <1270107855.48.0.452383245639.issue8032@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the patch. I have committed it as r79548, with two modifications:
- I added a future import for with_statement, as many installations will still use Python 2.5
- I commented out many of the tests, as they were failing for me. I'll report those as several issues.

Please understand that this commit went to the trunk, which will be 2.7. After 2.7b1, no new features are acceptable, so you can only perform bug fixes on the code that is now committed. Please create new issues for any such bug fixes.

Once the tests all pass, I'll merge this into 3.2.
History
Date User Action Args
2010-04-01 07:44:15loewissetrecipients: + loewis, gregory.p.smith, davidfraser, jyasskin, scott.tsai, dmalcolm
2010-04-01 07:44:15loewissetmessageid: <1270107855.48.0.452383245639.issue8032@psf.upfronthosting.co.za>
2010-04-01 07:44:13loewislinkissue8032 messages
2010-04-01 07:44:13loewiscreate