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 2010-07-17.14:39:01
SpamBayes Score 0.0011154861
Marked as misclassified No
Message-id <1279377543.77.0.675008772529.issue9287@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. In OtherFileTests.testOpenDir(test_file), if we run this test
in Lib/test, __file__ becomes "test_file.py", so os.path.dirname(__file__) becomes "". I think it is better to use os.path.abspath to get valid folder path for test purpose.

# This test seems not to exist in Python2.7.
History
Date User Action Args
2010-07-17 14:39:03ocean-citysetrecipients: + ocean-city
2010-07-17 14:39:03ocean-citysetmessageid: <1279377543.77.0.675008772529.issue9287@psf.upfronthosting.co.za>
2010-07-17 14:39:02ocean-citylinkissue9287 messages
2010-07-17 14:39:02ocean-citycreate