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, ghazel, tarek
Date 2010-08-21.17:24:41
SpamBayes Score 3.165526e-06
Marked as misclassified No
Message-id <1282411483.74.0.417132623021.issue9023@psf.upfronthosting.co.za>
In-reply-to
Content
> I am not going to move setup.py to the root directory just to work
> around a a distutils bug.
Fair enough.

> This distutils bug could cause it to overwrite files in other
> directories, since it blindly adds relative paths to the build
> directory. This is clearly broken.
Ah, I hadn’t understood that. I agree with you.

> 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).
History
Date User Action Args
2010-08-21 17:24:44eric.araujosetrecipients: + eric.araujo, ghazel, tarek
2010-08-21 17:24:43eric.araujosetmessageid: <1282411483.74.0.417132623021.issue9023@psf.upfronthosting.co.za>
2010-08-21 17:24:41eric.araujolinkissue9023 messages
2010-08-21 17:24:41eric.araujocreate