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 ezio.melotti
Recipients ezio.melotti, r.david.murray, serhiy.storchaka
Date 2013-11-17.18:46:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384713977.44.0.946861066443.issue19603@psf.upfronthosting.co.za>
In-reply-to
Content
New patch LGTM.
In addition to the assertHasNoAttr that I suggested, on IRC David suggested assertNotHasAttr to mimic assertNotIn and assertNotIsinstance, and someone else suggested assertNoAttr.
Since it's only used within this file and all the suggestions are equally understandable to me, I don't think it matters too much, but feel free to change it if you think any of the alternative is better.
History
Date User Action Args
2013-11-17 18:46:17ezio.melottisetrecipients: + ezio.melotti, r.david.murray, serhiy.storchaka
2013-11-17 18:46:17ezio.melottisetmessageid: <1384713977.44.0.946861066443.issue19603@psf.upfronthosting.co.za>
2013-11-17 18:46:17ezio.melottilinkissue19603 messages
2013-11-17 18:46:17ezio.melotticreate