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 ghazel
Recipients eric.araujo, ghazel, tarek
Date 2010-08-21.17:42:46
SpamBayes Score 0.0005493297
Marked as misclassified No
Message-id <1282412567.66.0.416303511438.issue9023@psf.upfronthosting.co.za>
In-reply-to
Content
> Éric Araujo <merwok@netwok.org> added the comment:
>> I've changed my code to use os.path.abspath() while I wait for a
>> fix.
> Does this means that your code works with paths that go to the parent directory? I don’t know if it’s right to allow that (I mean this literally: I’m not the main maintainer and I don’t have much packaging experience).

Yes, my code works with the os.path.abspath() change, since it creates the entire absolute path directory structure inside the build directory. This is
History
Date User Action Args
2010-08-21 17:42:47ghazelsetrecipients: + ghazel, tarek, eric.araujo
2010-08-21 17:42:47ghazelsetmessageid: <1282412567.66.0.416303511438.issue9023@psf.upfronthosting.co.za>
2010-08-21 17:42:46ghazellinkissue9023 messages
2010-08-21 17:42:46ghazelcreate