[Python-Dev] RE: modules for builtin types (was Re: copysort patch)

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Mon Oct 20 17:35:48 EDT 2003


> From: Alex Martelli [mailto:aleaxit at yahoo.com]
> 
> Which is actually "sets" (lowercase leading s).

You're right ... I had a brain fart, thinking we used:

    from Sets import set

but of course it's:

    from sets import Set

Damn. There goes a beautifully-crafted proposal ;)

Tim Delaney



More information about the Python-Dev mailing list