Michael Hudson checked in a mod to allow a function's func_name attribute to
be modified, thus closing open issue #2.
This commit is contained in:
parent
000b0e0bbc
commit
7d419abf3c
|
@ -478,11 +478,6 @@ Open Issues
|
||||||
(search for ``PEP 318 - posting draft``) on their behalf in
|
(search for ``PEP 318 - posting draft``) on their behalf in
|
||||||
``python-dev``.
|
``python-dev``.
|
||||||
|
|
||||||
2. Decorators which wrap a function and return a different function
|
|
||||||
should be able to easily change the func_name attribute without
|
|
||||||
constructing it with new.function(). Perhaps the func_name
|
|
||||||
attribute should be writable.
|
|
||||||
|
|
||||||
.. _strong arguments:
|
.. _strong arguments:
|
||||||
http://mail.python.org/pipermail/python-dev/2004-March/thread.html
|
http://mail.python.org/pipermail/python-dev/2004-March/thread.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue