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 eric.araujo
Recipients eric.araujo, ocean-city
Date 2010-07-17.14:45:15
SpamBayes Score 0.02582935
Marked as misclassified No
Message-id <1279377916.78.0.463587249006.issue9287@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. I have had exceptions in distutils2 tests because of this exact same thing; my fix was to use “os.path.dirname(__file__) or os.curdir”. I’ll change that if people more knowledgeable than me say your fix is better :)
History
Date User Action Args
2010-07-17 14:45:16eric.araujosetrecipients: + eric.araujo, ocean-city
2010-07-17 14:45:16eric.araujosetmessageid: <1279377916.78.0.463587249006.issue9287@psf.upfronthosting.co.za>
2010-07-17 14:45:15eric.araujolinkissue9287 messages
2010-07-17 14:45:15eric.araujocreate