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 (2)
Priority: normal Keywords patch

Created on 2006-06-04 20:21 by collinwinter, last changed 2006-07-17 13:23 by georg.brandl.

Files
File name Uploaded Description Edit Remove
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) 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) 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) Date: 2006-07-17 13:23
Logged In: YES 
user_id=849994

Committed rev. 50688.
History
Date User Action Args
2006-06-04 20:21:08collinwintercreate