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 michael.foord
Recipients cjw296, michael.foord, ncoghlan, yselivanov
Date 2015-11-03.09:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446542911.6.0.999381258381.issue25532@psf.upfronthosting.co.za>
In-reply-to
Content
Preventing the use of "__" attributes would limit the usefulness of call with MagicMock and the use of magic methods. That might be an acceptable trade-off, but would break existing tests for people. (i.e. it's a backwards incompatible change.)
History
Date User Action Args
2015-11-03 09:28:31michael.foordsetrecipients: + michael.foord, ncoghlan, cjw296, yselivanov
2015-11-03 09:28:31michael.foordsetmessageid: <1446542911.6.0.999381258381.issue25532@psf.upfronthosting.co.za>
2015-11-03 09:28:31michael.foordlinkissue25532 messages
2015-11-03 09:28:31michael.foordcreate