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 noam
Recipients georg.brandl, noam, pitrou, vstinner
Date 2010-03-24.06:18:36
SpamBayes Score 7.121121e-06
Marked as misclassified No
Message-id <1269411519.71.0.384212856262.issue8213@psf.upfronthosting.co.za>
In-reply-to
Content
I typed "man python3" on ubuntu 9.10 and nothing was explained about that - I now checked and found out that it displayed the python2 man page. I don't know where to find the Python 3 man page.

I don't quite see the point in having the streams buffered in one level and unbuffered in another, but I guess there's a reason.

Anyway, how can I make those streams entirely unbuffered? This is for an interactive shell called DreamPie (dreampie.sourceforge.net), and I want to resemble the behavior of the regular shell as close as possible, and it's completely unbuffered.
History
Date User Action Args
2010-03-24 06:18:40noamsetrecipients: + noam, georg.brandl, pitrou, vstinner
2010-03-24 06:18:39noamsetmessageid: <1269411519.71.0.384212856262.issue8213@psf.upfronthosting.co.za>
2010-03-24 06:18:38noamlinkissue8213 messages
2010-03-24 06:18:36noamcreate