[Patches] [ python-Patches-1500611 ] (py3k) Remove the sets module

SourceForge.net noreply at sourceforge.net
Fri Sep 1 00:44:36 CEST 2006


Patches item #1500611, was opened at 2006-06-04 16:38
Message generated for change (Comment added) made by collinwinter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1500611&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: Library (Lib)
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Submitted By: Collin Winter (collinwinter)
Assigned to: Nobody/Anonymous (nobody)
Summary: (py3k) Remove the sets module

Initial Comment:
This patch removes the sets module, its documentation
and tests, in addition to replacing all usages of it
with the built-in set type.

The patch is against r46648.

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

>Comment By: Collin Winter (collinwinter)
Date: 2006-08-31 18:44

Message:
Logged In: YES 
user_id=1344176

The patch has been updated to r51654.

I'm not sure how well `svn diff` handles removed files, so
you might have to `svn rm` Lib/sets.py,
Lib/test/test_sets.py and Doc/lib/libsets.py manually.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2006-08-26 16:26

Message:
Logged In: YES 
user_id=6380

This patch seems out of date -- can you refresh it?

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

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


More information about the Patches mailing list