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 eryksun
Recipients W deW, docs@python, eryksun, martin.panter, r.david.murray, vstinner
Date 2015-09-23.18:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443034136.44.0.890263561932.issue25205@psf.upfronthosting.co.za>
In-reply-to
Content
Even MvL appears to slip up when he states "some may accept non-strings as attribute names". That would be pointless in a __setattr__ method since setattr / PyObject_SetAttr reject non-string values as 'names'.
History
Date User Action Args
2015-09-23 18:48:56eryksunsetrecipients: + eryksun, vstinner, r.david.murray, docs@python, martin.panter, W deW
2015-09-23 18:48:56eryksunsetmessageid: <1443034136.44.0.890263561932.issue25205@psf.upfronthosting.co.za>
2015-09-23 18:48:56eryksunlinkissue25205 messages
2015-09-23 18:48:56eryksuncreate