]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68451 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 19:14:56 +0000 (19:14 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 19:14:56 +0000 (19:14 +0000)
commit4ff3f1fb218799430f7ba294ca5da426d3be3b26
tree79d9d2151c8ca4ca973605c5e561086aa6d65e7b
parentd921be50acf806ec5c52456b3897e4d1d36dc6cf
Merged revisions 68451 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68451 | antoine.pitrou | 2009-01-09 19:53:14 +0100 (ven., 09 janv. 2009) | 6 lines

  Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line
  flag to work properly. Furthermore, when specifying -u, the text stdout
  and stderr streams have line-by-line buffering enabled (the default being
  to buffer arbitrary chunks of data). Patch by Victor Stinner, test by me.
........
Include/pydebug.h
Lib/test/test_cmd_line.py
Misc/NEWS
Modules/main.c
Python/pythonrun.c