[ python-Bugs-949329 ] stringprep.py: sets.Set() --> set()

SourceForge.net noreply at sourceforge.net
Thu May 13 15:26:56 EDT 2004


Bugs item #949329, was opened at 2004-05-06 18:51
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=949329&group_id=5470

Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 3
Submitted By: Raymond Hettinger (rhettinger)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: stringprep.py:  sets.Set() --> set() 

Initial Comment:
Suggest replacing sets.Set() with set() in 
stringprep.py.  The __contains__ test for the builtin 
runs several times faster.

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

>Comment By: Martin v. Löwis (loewis)
Date: 2004-05-13 21:26

Message:
Logged In: YES 
user_id=21627

The patch is fine, please apply, and regenerate stringprep.py.

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2004-05-07 20:09

Message:
Logged In: YES 
user_id=80475

Patch is attached.

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

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



More information about the Python-bugs-list mailing list