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

SourceForge.net noreply at sourceforge.net
Thu Jan 20 20:17:11 CET 2005


Patches item #1103844, was opened at 2005-01-17 13:33
Message generated for change (Comment added) 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: Closed
>Resolution: Fixed
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.

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

>Comment By: Thomas Heller (theller)
Date: 2005-01-20 20:17

Message:
Logged In: YES 
user_id=11105

Fixed in distutils/command/install.py, revisions 1.73,
1.72.2.1, and 1.67.14.1.

Thanks!

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

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