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 berker.peksag
Recipients abacabadabacaba, berker.peksag, ethan.furman, larry, mark.dickinson, python-dev, rhettinger, serhiy.storchaka
Date 2015-03-31.02:19:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427768343.98.0.623073073319.issue22609@psf.upfronthosting.co.za>
In-reply-to
Content
UserDict_self_and_dict_keywords.patch looks good to me. Is there a reason not to use assertWarnsRegex?

Also, there are already collections.UserDict() usages in the test file, so I'd remove the "from collections import UserDict" import.
History
Date User Action Args
2015-03-31 02:19:04berker.peksagsetrecipients: + berker.peksag, rhettinger, mark.dickinson, larry, abacabadabacaba, ethan.furman, python-dev, serhiy.storchaka
2015-03-31 02:19:03berker.peksagsetmessageid: <1427768343.98.0.623073073319.issue22609@psf.upfronthosting.co.za>
2015-03-31 02:19:03berker.peksaglinkissue22609 messages
2015-03-31 02:19:03berker.peksagcreate