Message114521
> 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). |
|
Date |
User |
Action |
Args |
2010-08-21 17:24:44 | eric.araujo | set | recipients:
+ eric.araujo, ghazel, tarek |
2010-08-21 17:24:43 | eric.araujo | set | messageid: <1282411483.74.0.417132623021.issue9023@psf.upfronthosting.co.za> |
2010-08-21 17:24:41 | eric.araujo | link | issue9023 messages |
2010-08-21 17:24:41 | eric.araujo | create | |
|