Message297965
So this is very old semantics from the Python 2 days. I think Nick's idea of transforming the import to `import pkg.mod` when pkg isn't in sys.modules is probably the simplest, cleanest solution if we're going to change this. |
|
| Date |
User |
Action |
Args |
| 2017-07-08 18:36:40 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, pitrou, eric.snow, serhiy.storchaka |
| 2017-07-08 18:36:40 | brett.cannon | set | messageid: <[email protected]> |
| 2017-07-08 18:36:40 | brett.cannon | link | issue30876 messages |
| 2017-07-08 18:36:40 | brett.cannon | create | |
|