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.

Author fabioz
Recipients fabioz, vstinner
Date 2008-12-20.21:51:59
SpamBayes Score 0.003476961
Marked as misclassified No
Message-id <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-20 21:52:01fabiozsetrecipients: + fabioz, vstinner
2008-12-20 21:52:00fabiozsetmessageid: <1229809920.86.0.166853829613.issue4705@psf.upfronthosting.co.za>
2008-12-20 21:51:59fabiozlinkissue4705 messages
2008-12-20 21:51:59fabiozcreate