This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mwh
Recipients
Date 2004-08-06.16:06:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This was pretty easy: just copypasteandchange the code
for func_code :-)  I only allow func_name (or __name__)
to be set to a string.

Adds some simple tests.

I've corrected the one place in the docs that seems to
claim func_name is read only, but the docs for which
function attributes are or aren't read-only don't seem
to be especially accurate already.
History
Date User Action Args
2007-08-23 15:39:08adminlinkissue1004703 messages
2007-08-23 15:39:08admincreate