[Python-Dev] PEP 318 - writing to func_name attribute (original) (raw)
Guido van Rossum guido at python.org
Fri Aug 6 17:40:31 CEST 2004
- Previous message: [Python-Dev] PEP 318 - writing to func_name attribute
- Next message: [Python-Dev] PEP 318 - writing to func_name attribute
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quick question: would it be better to allow any object to be assigned to funcname and fix the (two, for core C code anway) places this matters or only allow strings to be assigned to funcname?
I'm thinking probably the latter.
Let's stick to strings.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] PEP 318 - writing to func_name attribute
- Next message: [Python-Dev] PEP 318 - writing to func_name attribute
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]