消息 [84132]
In py3k, standard streams' names are now correct (since the io-c
merge):
Python 3.1a1+ (py3k:70589M, Mar 25 2009, 01:01:13)
>>> import sys
>>> sys.stdin.name, sys.stdout.name, sys.stderr.name
('<stdin>', '<stdout>', '<stderr>')
The last problem occurs with imp.find_module(). But imp.find_module()
also returns a "filename" argument, so I don't think that the issue
really matters. Let's close it ;-) |
|
| 日期 |
用户 |
动作 |
参数 |
| 2009-03-25 00:06:59 | vstinner | 修改 | recipients:
+ vstinner, pitrou |
| 2009-03-25 00:06:59 | vstinner | 修改 | messageid: <1237939619.69.0.0223005409131.issue4762@psf.upfronthosting.co.za> |
| 2009-03-25 00:06:58 | vstinner | 链接 | issue4762 messages |
| 2009-03-25 00:06:58 | vstinner | 创建 | |
|