[Patches] [ python-Patches-1663226 ] setuptools: avoid sets module for python>2.3

SourceForge.net noreply at sourceforge.net
Fri Feb 23 20:28:35 CET 2007


Patches item #1663226, was opened at 2007-02-19 08:17
Message generated for change (Comment added) made by pje
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1663226&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Distutils and setup.py
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Amit Aronovitch (amitar)
Assigned to: Phillip J. Eby (pje)
Summary: setuptools: avoid sets module for python>2.3

Initial Comment:
In Python 2.6 usage of the sets module issues a warning.
patched to use builtin frozenset if version>=2.4


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

>Comment By: Phillip J. Eby (pje)
Date: 2007-02-23 19:28

Message:
Logged In: YES 
user_id=56214
Originator: NO

I've fixed the problem for setuptools 0.6c6, but did not use the attached
patch, as it was incomplete and relies on Python version checking rather
than Python feature checking.

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

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


More information about the Patches mailing list