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 jaraco
Recipients amaury.forgeotdarc, asvetlov, brian.curtin, eric.smith, ggenellina, giampaolo.rodola, jafo, jaraco, lemburg, loewis, nnorwitz, r.david.murray, ssbarnea, swarren
Date 2010-04-08.19:04:05
SpamBayes Score 2.3923492e-06
Marked as misclassified No
Message-id <1270753450.98.0.919897087095.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
In the last patch, I addressed test_platform running a test under a symlinked Python. I then found the same error resulting from essentially the same code in test_sysconfig. So I refactored those methods into a generator method in test.support. This is patch 29.
History
Date User Action Args
2010-04-08 19:04:11jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, ggenellina, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, brian.curtin, asvetlov
2010-04-08 19:04:10jaracosetmessageid: <1270753450.98.0.919897087095.issue1578269@psf.upfronthosting.co.za>
2010-04-08 19:04:09jaracolinkissue1578269 messages
2010-04-08 19:04:09jaracocreate