[Python-Dev] PEP 318 - writing to func_name attribute (original) (raw)
Michael Hudson mwh at python.net
Fri Aug 6 18:07:14 CEST 2004
- Previous message: [Python-Dev] PEP 318 - writing to func_name attribute
- Next message: [Python-Dev] Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido at python.org> writes:
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.
Cool. http://www.python.org/sf/1004703 awaits review.
Cheers, mwh
-- ... Windows proponents tell you that it will solve things that your Unix system people keep telling you are hard. The Unix people are right: they are hard, and Windows does not solve them, ... -- Tim Bradshaw, comp.lang.lisp
- Previous message: [Python-Dev] PEP 318 - writing to func_name attribute
- Next message: [Python-Dev] Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]