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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin
Date 2010-08-20.21:41:07
SpamBayes Score 0.010196862
Marked as misclassified No
Message-id <1282340469.22.0.133345899544.issue9654@psf.upfronthosting.co.za>
In-reply-to
Content
The file Modules/getpath.c computes sys.prefix and the initial sys.path.
The Windows version uses its own copy of this file, with a lot of similarities, but also non-obvious differences.

I propose to merge both files, this would ease maintenance and understanding of how these paths are determined.
History
Date User Action Args
2010-08-20 21:41:09amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brian.curtin
2010-08-20 21:41:09amaury.forgeotdarcsetmessageid: <1282340469.22.0.133345899544.issue9654@psf.upfronthosting.co.za>
2010-08-20 21:41:07amaury.forgeotdarclinkissue9654 messages
2010-08-20 21:41:07amaury.forgeotdarccreate