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 tarek
Recipients loewis, skrah, srid, tarek
Date 2009-12-21.23:45:25
SpamBayes Score 1.017586e-11
Marked as misclassified No
Message-id <1261439127.69.0.695812272556.issue7556@psf.upfronthosting.co.za>
In-reply-to
Content
Ok thanks for the detailed info, Martin

I guess we could refactor it to an xml reader/writer if we need to do
more things in the future with these files.

I'll close this issue, as the mentioned problem is now fixed by using a
text mode. The test in test_msvc9compiler will make sure the XML file 
gets cleaned up by the regexp.

- done in r76993, r76995
- backported in r76996 and r76998 so the trunk behaves the same way.
- 2.6 stays unchanged, and keep using a binary mode.

Thanks all !
History
Date User Action Args
2009-12-21 23:45:27tareksetrecipients: + tarek, loewis, srid, skrah
2009-12-21 23:45:27tareksetmessageid: <1261439127.69.0.695812272556.issue7556@psf.upfronthosting.co.za>
2009-12-21 23:45:26tareklinkissue7556 messages
2009-12-21 23:45:26tarekcreate