This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 vstinner
收信人 pitrou, vstinner
日期 2009-03-25.00:06:58
SpamBayes Score 1.9063418e-11
Marked as misclassified
Message-id <1237939619.69.0.0223005409131.issue4762@psf.upfronthosting.co.za>
In-reply-to
内容
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:59vstinner修改recipients: + vstinner, pitrou
2009-03-25 00:06:59vstinner修改messageid: <1237939619.69.0.0223005409131.issue4762@psf.upfronthosting.co.za>
2009-03-25 00:06:58vstinner链接issue4762 messages
2009-03-25 00:06:58vstinner创建