]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68977,68981 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Jan 2009 22:03:09 +0000 (22:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 26 Jan 2009 22:03:09 +0000 (22:03 +0000)
commit54243791fc6d24085fedc0369aa1b04efec85d55
treed3aef5b7afbb7ccc76f85ffdd8ba25b4149a9d46
parent7d7573e4d48dfb2af8135919a0d4857cf0a759e8
Merged revisions 68977,68981 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68977 | antoine.pitrou | 2009-01-26 22:48:00 +0100 (lun., 26 janv. 2009) | 3 lines

  Followup of #4705: we can't skip the binary buffering layer for stdin because FileIO doesn't have a read1() method
........
  r68981 | antoine.pitrou | 2009-01-26 23:00:21 +0100 (lun., 26 janv. 2009) | 3 lines

  Fix test so as to also pass in debug mode
........
Lib/test/test_cmd_line.py
Python/pythonrun.c