Issue 1500609: Remove dependencies on the sets module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43454

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:17 admin set github: 43454
2006-06-04 20:21:08 collinwinter create