[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-12-06 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-12-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 07ef52e751f3 by Brett Cannon in branch 'default': Issue #19712: Update test.test_importlib.source for PEP 451 http://hg.python.org/cpython/rev/07ef52e751f3 -- ___ Python tracker

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-12-06 Thread Brett Cannon
Brett Cannon added the comment: test.test_importlib.source is the last thing to update for PEP 451 for this bug. -- ___ Python tracker ___ ___

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-12-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 543c76769c14 by Brett Cannon in branch 'default': Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 http://hg.python.org/cpython/rev/543c76769c14 -- ___ Python tracker

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-11-29 Thread Roundup Robot
New submission from Roundup Robot: New changeset dad74ff75a6b by Brett Cannon in branch 'default': Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 http://hg.python.org/cpython/rev/dad74ff75a6b -- nosy: +python-dev ___ Python tracke

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-11-23 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19712] Make sure there are exec_module tests for _LoaderBasics subclasses

2013-11-22 Thread Brett Cannon
Changes by Brett Cannon : -- components: Tests nosy: brett.cannon, eric.snow, ncoghlan priority: normal severity: normal stage: needs patch status: open title: Make sure there are exec_module tests for _LoaderBasics subclasses versions: Python 3.4 ___