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 scott.dial
Recipients amaury.forgeotdarc, jkleckner, scott.dial
Date 2008-09-03.00:02:35
SpamBayes Score 0.0005981763
Marked as misclassified No
Message-id <1220400158.92.0.015614813283.issue2975@psf.upfronthosting.co.za>
In-reply-to
Content
This patch shouldn't have been applied as it is. The definition of
"removeDuplicates" is both poorly-named, not exactly correct, and
redundant (as there is already a "normalize_and_reduce_paths") for
performing this fix on PATH. 

Jim, you acknowledged already that:

"""The normalize_and_reduce_paths() function needs to be performed on
INCLUDE and LIBPATH in addition to the exec path.  i.e.
os.environ['lib'] and os.environ['include']."""

So, I don't understand how that got missed. I've attached a patch that
removes the extra code.
History
Date User Action Args
2008-09-03 00:02:39scott.dialsetrecipients: + scott.dial, amaury.forgeotdarc, jkleckner
2008-09-03 00:02:38scott.dialsetmessageid: <1220400158.92.0.015614813283.issue2975@psf.upfronthosting.co.za>
2008-09-03 00:02:37scott.diallinkissue2975 messages
2008-09-03 00:02:37scott.dialcreate