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, pitrou, r.david.murray, ssbarnea, swarren
Date 2010-07-09.12:39:29
SpamBayes Score 0.0649578
Marked as misclassified No
Message-id <1278679172.16.0.216947733146.issue1578269@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to address the posix failures:

- test_posixpath seems to have lost the creation of one test file.
- WindowsError doesn't exist on other platforms, so it can't be caught directly (in tarfile.py). I've written a work-around, but I don't particularly like it (catches all exceptions and tests the name).

There were three other tests that reported BAD for me.

test_os and test_subprocess were reporting bad due to skipped tests. I presume this will not break the buildbots?

test_readline is failing on readline.clear_history because it appears that attribute doesn't exist. I suspect this error is not related to the symlink patch.
History
Date User Action Args
2010-07-09 12:39:32jaracosetrecipients: + jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, ggenellina, pitrou, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, brian.curtin, asvetlov
2010-07-09 12:39:32jaracosetmessageid: <1278679172.16.0.216947733146.issue1578269@psf.upfronthosting.co.za>
2010-07-09 12:39:30jaracolinkissue1578269 messages
2010-07-09 12:39:30jaracocreate