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.

classification
Title: Remove dependencies on the sets module
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: collinwinter, georg.brandl
Priority: normal Keywords: patch

Created on 2006-06-04 20:21 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove_sets_usage.patch collinwinter, 2006-06-27 12:31 Remove usages of the sets module, against r47124
Messages (3)
msg50416 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-06-04 20:21
The attached patch removes several lingering
dependencies on the deprecated sets module, replacing
them with usages of the now-builtin set type.

The patch is against r46648.
msg50417 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2006-06-27 12:31
Logged In: YES 
user_id=1344176

The patch has been updated to reflect SVN as of r47124.
msg50418 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-07-17 13:23
Logged In: YES 
user_id=849994

Committed rev. 50688.
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43454
2006-06-04 20:21:08collinwintercreate