[Patches] [ python-Patches-1103844 ] fix distutils.install.dump_dirs() with negated options

SourceForge.net noreply at sourceforge.net
Mon Jan 17 14:55:02 CET 2005


Patches item #1103844, was opened at 2005-01-17 13:33
Message generated for change (Settings changed) made by theller
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1103844&group_id=5470

Category: Distutils and setup.py
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Wummel (calvin)
>Assigned to: Thomas Heller (theller)
Summary: fix distutils.install.dump_dirs() with negated options

Initial Comment:
The dump_dirs() method does not honor negated options,
resulting in a possible AttributeError crash.
The attached patch against current CSV fixes it by
looking in the self.negativ_opt dict for the real
option name.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1103844&group_id=5470


More information about the Patches mailing list