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 Unit03, berker.peksag, martin.panter, maurosr, milap.py, python-dev, r.david.murray, selik, serhiy.storchaka, taddeimania
Date 2015-11-13.03:10:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447384204.58.0.531562228008.issue23883@psf.upfronthosting.co.za>
In-reply-to
Content
> The reason why I prefer the current API over my support.expected_module_api() idea is it requires the extra assertCountEqual() boilerplate at each call site.

I personally find explicit assert* calls in a test case more readable(e.g. I don't need to check what the helper does every N month), but I guess that's another version of tabs vs. space debate :)

> Jacek’s three patches look ready to me. I propose:

Your plan sounds good to me. Thanks!

> Should we add anything into What’s New, maybe warning of new symbols from “import *”?

I guess it wouldn't hurt to add a sentence :)
History
Date User Action Args
2015-11-13 03:10:04berker.peksagsetrecipients: + berker.peksag, r.david.murray, python-dev, martin.panter, serhiy.storchaka, milap.py, maurosr, taddeimania, Unit03, selik
2015-11-13 03:10:04berker.peksagsetmessageid: <1447384204.58.0.531562228008.issue23883@psf.upfronthosting.co.za>
2015-11-13 03:10:04berker.peksaglinkissue23883 messages
2015-11-13 03:10:04berker.peksagcreate