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 baikie
Recipients baikie, benjamin.peterson
Date 2010-08-12.20:29:46
SpamBayes Score 2.0517755e-06
Marked as misclassified No
Message-id <1281644990.92.0.532173584149.issue9569@psf.upfronthosting.co.za>
In-reply-to
Content
OK, these patches work on FreeBSD 5.3 (root and non-root) if you want to check the errno.  I don't know what other systems might return though.  I did also find that the 2.x tests were failing on cleanup because the test class used os.unlink rather than support.unlink (which ignores missing files) as its 3.x counterpart does, so I've updated the patch to change that as well.
History
Date User Action Args
2010-08-12 20:29:51baikiesetrecipients: + baikie, benjamin.peterson
2010-08-12 20:29:50baikiesetmessageid: <1281644990.92.0.532173584149.issue9569@psf.upfronthosting.co.za>
2010-08-12 20:29:49baikielinkissue9569 messages
2010-08-12 20:29:48baikiecreate