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 brett.cannon
Recipients brett.cannon, kristjan.jonsson
Date 2009-04-02.18:06:03
SpamBayes Score 5.981692e-07
Marked as misclassified No
Message-id <1238695565.72.0.734968396605.issue5646@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a fix in r71057 where instead of hard-coding the paths I
moved over to os.path.join(). Let me know if that fixes it.

As for the deletion hole that Vista has, it could be added to
test.test_support.unlink(), but talking here at PyCon it sounds like it
might be up to 15 seconds which is way too long to wait for a file
deletion to complete. Might need to create a context manager that
creates unique files every time. But all of this should be covered in
another issue.
History
Date User Action Args
2009-04-02 18:06:05brett.cannonsetrecipients: + brett.cannon, kristjan.jonsson
2009-04-02 18:06:05brett.cannonsetmessageid: <1238695565.72.0.734968396605.issue5646@psf.upfronthosting.co.za>
2009-04-02 18:06:04brett.cannonlinkissue5646 messages
2009-04-02 18:06:03brett.cannoncreate