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 fossilet
Recipients docs@python, fossilet
Date 2012-11-08.15:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352388175.4.0.551627843013.issue16440@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3/library/stdtypes.html#methods

"Attempting to set a method attribute results in a TypeError being raised."

But in the example, if we do c.method.whoami = 'c', we get AttributeError instead of TypeError.
History
Date User Action Args
2012-11-08 15:22:55fossiletsetrecipients: + fossilet, docs@python
2012-11-08 15:22:55fossiletsetmessageid: <1352388175.4.0.551627843013.issue16440@psf.upfronthosting.co.za>
2012-11-08 15:22:55fossiletlinkissue16440 messages
2012-11-08 15:22:55fossiletcreate