[New-bugs-announce] [issue13761] Add flush keyword to print()

Georg Brandl report at bugs.python.org
Wed Jan 11 09:24:42 CET 2012


New submission from Georg Brandl <georg at python.org>:

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

----------
assignee: georg.brandl
components: Interpreter Core
keywords: easy
messages: 151041
nosy: georg.brandl
priority: normal
severity: normal
stage: needs patch
status: open
title: Add flush keyword to print()
type: enhancement
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13761>
_______________________________________


More information about the New-bugs-announce mailing list