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 martin.panter
Recipients Unit03, martin.panter, serhiy.storchaka
Date 2016-05-25.13:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464181211.47.0.874663152643.issue27112@psf.upfronthosting.co.za>
In-reply-to
Content
I think it might be better to add a separate “import tokenize as tokenize_module”. Or just “import tokenize” inside the test function. IMO changing all the names adds too much churn with minimal benefit.

Maybe also should restore the “from unittest import . . .” line. But keep an “import unittest” line somewhere so the __main__ bit at the bottom works.

Perhaps it would be good to merge MiscTestCase into the existing TestMisc class.
History
Date User Action Args
2016-05-25 13:00:11martin.pantersetrecipients: + martin.panter, serhiy.storchaka, Unit03
2016-05-25 13:00:11martin.pantersetmessageid: <1464181211.47.0.874663152643.issue27112@psf.upfronthosting.co.za>
2016-05-25 13:00:11martin.panterlinkissue27112 messages
2016-05-25 13:00:11martin.pantercreate