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 skrah
Recipients Kotan, brunogola, eric.araujo, ezio.melotti, maker, r.david.murray, skrah
Date 2010-11-22.14:57:15
SpamBayes Score 4.8157534e-07
Marked as misclassified No
Message-id <1290437837.59.0.25572596082.issue10453@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows, test_compileall fails due to #10197. The patch uses
subprocess.check_output() instead. Technically, now byte strings
are compared instead of strings, but that should not matter for
the outcome.
History
Date User Action Args
2010-11-22 14:57:17skrahsetrecipients: + skrah, brunogola, ezio.melotti, eric.araujo, r.david.murray, maker, Kotan
2010-11-22 14:57:17skrahsetmessageid: <1290437837.59.0.25572596082.issue10453@psf.upfronthosting.co.za>
2010-11-22 14:57:15skrahlinkissue10453 messages
2010-11-22 14:57:15skrahcreate