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.

作者 fabioz
收信人 fabioz, vstinner
日期 2008-12-20.21:51:59
SpamBayes Score 0.003476961
Marked as misclassified
Message-id <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za>
In-reply-to
内容
Just as a note, Pydev needs the unbuffered output (or it cannot get it).
This has been brought up in the python-dev list:
http://mail.python.org/pipermail/python-dev/2008-December/084436.html

As a workaround for now I'm using:
sys.stdout._line_buffering = True, 

but that doesn't seem right as it's accessing an internal attribute.
历史
日期 用户 动作 参数
2008-12-20 21:52:01fabioz修改recipients: + fabioz, vstinner
2008-12-20 21:52:00fabioz修改messageid: <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za>
2008-12-20 21:51:59fabioz链接issue4705 messages
2008-12-20 21:51:59fabioz创建