[Python-Dev] Classes that claim to be defined in builtin but aren't (original) (raw)
Guido van Rossum guido at python.org
Wed Aug 11 02:02:42 CEST 2004
- Previous message: [Python-Dev] Classes that claim to be defined in __builtin__ but aren't
- Next message: [Python-Dev] Classes that claim to be defined in __builtin__ but aren't
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sooo should (for 'generator' in objects that claim to be in builtins but aren't), 1) 'generator' be added to builtins 2) 'generator' be added to types.py and its module be set to 'types' 3) 'generator' be added to .py and its module be set to '' (and a name for the module chosen)
I guess (1).
Please submit a patch to SF...
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Classes that claim to be defined in __builtin__ but aren't
- Next message: [Python-Dev] Classes that claim to be defined in __builtin__ but aren't
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]