[Python-Dev] Changes to PEP 327: Decimal data type (original) (raw)
Greg Ewing greg at cosc.canterbury.ac.nz
Thu Mar 18 00:20:03 EST 2004
- Previous message: [Python-Dev] Changes to PEP 327: Decimal data type
- Next message: [Python-Dev] Changes to PEP 327: Decimal data type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido:
Now try that again but only look for names following 'def'.
You've counted all language keywords, builtins, modules, etc.
Nope, I only counted the names which appear in the index immediately followed by (). That ought to pick up only functions and methods. It'll include built-in functions and methods, but that's okay, because I think they should be included.
Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] Changes to PEP 327: Decimal data type
- Next message: [Python-Dev] Changes to PEP 327: Decimal data type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]