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 rhettinger
Recipients
Date 2007-03-23.22:16:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Readonly methods throw an AttributeError, but readonly members (anything defined in PyMemberDef with an RO or READONLY flag) raise a TypeError.
History
Date User Action Args
2007-08-23 14:52:44adminlinkissue1687163 messages
2007-08-23 14:52:44admincreate