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 serhiy.storchaka
Recipients JohnLeitch, brycedarling, christian.heimes, python-dev, serhiy.storchaka
Date 2015-09-07.20:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441656597.94.0.481277142002.issue25019@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your contribution John.

The committed patch slightly differs from the proposed patch. Error message now is the same as in setattr() and general __setattr__(). Tests are moved to existing test class for testing of attribute setting. Improved tests for valid attributes.
History
Date User Action Args
2015-09-07 20:09:57serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, python-dev, JohnLeitch, brycedarling
2015-09-07 20:09:57serhiy.storchakasetmessageid: <1441656597.94.0.481277142002.issue25019@psf.upfronthosting.co.za>
2015-09-07 20:09:57serhiy.storchakalinkissue25019 messages
2015-09-07 20:09:57serhiy.storchakacreate