[issue24846] Add tests for ``from ... import ...` code

2019-07-02 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue24846] Add tests for ``from ... import ...` code

2015-08-12 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue24846] Add tests for ``from ... import ...` code

2015-08-11 Thread Brett Cannon
Changes by Brett Cannon : -- dependencies: +using custom objects as modules: AttributeErrors new in 3.5 ___ Python tracker ___ ___ Pyt

[issue24846] Add tests for ``from ... import ...` code

2015-08-11 Thread Brett Cannon
Changes by Brett Cannon : -- nosy: +arigo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue24846] Add tests for ``from ... import ...` code

2015-08-11 Thread Brett Cannon
New submission from Brett Cannon: issue24492 showed that we need some more tests for ceval regarding ``from ... import ...`` code. -- components: Interpreter Core messages: 248435 nosy: brett.cannon priority: normal severity: normal stage: test needed status: open title: Add tests for `