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 pjenvey
Recipients pjenvey
Date 2008-07-16.21:10:51
SpamBayes Score 0.019892458
Marked as misclassified No
Message-id <1216242653.79.0.3968685363.issue3386@psf.upfronthosting.co.za>
In-reply-to
Content
get_python_lib supports an optional prefix argument:

    If 'prefix' is supplied, use it instead of sys.prefix or
    sys.exec_prefix -- i.e., ignore 'plat_specific'.

However the NT and OS2 platforms don't use the prefix argument when 
specified.

This problem was brought up a while ago here: http://mail.python.org/pipermail/distutils-sig/2002-November/003099.html

Andrew (the OS2 maintainer) claimed in the thread that fixing this would 
break OS2, but I don't see how. All callers of get_python_lib in the 
stdlib don't specify a prefix anyway. Anyone calling it with a prefix 
and expecting it not to be used is broken.
History
Date User Action Args
2008-07-16 21:10:54pjenveysetspambayes_score: 0.0198925 -> 0.019892458
recipients: + pjenvey
2008-07-16 21:10:53pjenveysetspambayes_score: 0.0198925 -> 0.0198925
messageid: <1216242653.79.0.3968685363.issue3386@psf.upfronthosting.co.za>
2008-07-16 21:10:52pjenveylinkissue3386 messages
2008-07-16 21:10:51pjenveycreate