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 ocean-city
Recipients ocean-city
Date 2008-09-11.20:57:27
SpamBayes Score 9.030402e-05
Marked as misclassified No
Message-id <1221166708.92.0.241674233073.issue3840@psf.upfronthosting.co.za>
In-reply-to
Content
Same happend in test_import.py too.

>test_support.TESTFN is /tmp/@test on cygwin
This was false information. There was a directry named @test, so
open(TESTFN, "w+") in test_support.py failed, "/tmp/@test" was used instead.

Several tests seem to assume TESTFN is relative path (filename?), so
maybe should we use @test2 as TESTFN if @test is not writable and vise
versa? (Or simply test fails if @test is not writable)
History
Date User Action Args
2008-09-11 20:58:28ocean-citysetrecipients: + ocean-city
2008-09-11 20:58:28ocean-citysetmessageid: <1221166708.92.0.241674233073.issue3840@psf.upfronthosting.co.za>
2008-09-11 20:57:28ocean-citylinkissue3840 messages
2008-09-11 20:57:27ocean-citycreate