消息 [131368]
Ok, here is a patch created using mq. I have a problem, however. I managed to solve following situation:
try:
raise ImportError('failed import' module_name='somemodule')
except ImportError as e:
print(e.module_name)
that would print somemodule.
However, I can't pass kwargs to ImportError_init from load_next. If someone could instruct me, how this can be achieved, I'll be happy to do that. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2011-03-18 22:56:54 | gruszczy | 修改 | recipients:
+ gruszczy, loewis, brett.cannon, ncoghlan, belopolsky, vstinner, techtonik, giampaolo.rodola, nedbat, r.david.murray, Trundle, cool-RR |
| 2011-03-18 22:56:54 | gruszczy | 修改 | messageid: <1300489014.35.0.827500205703.issue1559549@psf.upfronthosting.co.za> |
| 2011-03-18 22:56:53 | gruszczy | 链接 | issue1559549 messages |
| 2011-03-18 22:56:53 | gruszczy | 创建 | |
|