Message182263
from foo import bar
Here bar can be not module, but an attribute of foo (for example, os.path). What error will be raised in this case? Module or attribute - this is an implementation detail; why do we distinguish between these cases? |
|
| Date |
User |
Action |
Args |
| 2013-02-17 09:44:32 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, barry, brett.cannon, ezio.melotti, cvrebert, asvetlov, chris.jerdonek, maker, eric.snow |
| 2013-02-17 09:44:32 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2013-02-17 09:44:32 | serhiy.storchaka | link | issue15767 messages |
| 2013-02-17 09:44:32 | serhiy.storchaka | create | |
|