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 georg.brandl
Recipients georg.brandl
Date 2012-01-11.08:24:41
SpamBayes Score 0.011192971
Marked as misclassified No
Message-id <1326270282.71.0.886382293128.issue13761@psf.upfronthosting.co.za>
In-reply-to
Content
Add a flush keyword argument to print(), defaulting to False. If true, output will be flushed immediately.

See http://mail.python.org/pipermail/python-ideas/2012-January/013340.html
History
Date User Action Args
2012-01-11 08:24:42georg.brandlsetrecipients: + georg.brandl
2012-01-11 08:24:42georg.brandlsetmessageid: <1326270282.71.0.886382293128.issue13761@psf.upfronthosting.co.za>
2012-01-11 08:24:42georg.brandllinkissue13761 messages
2012-01-11 08:24:41georg.brandlcreate