]> granicus.if.org Git - python/commit
Merged revisions 74581 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Aug 2009 23:00:38 +0000 (23:00 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Aug 2009 23:00:38 +0000 (23:00 +0000)
commitccd686a47336bfbd70614824465f5793fd69a685
treeefd8f8fca388d16df20743952792abb384339e32
parent8d9a6eb5310f486a594704db370ab53088fa4520
Merged revisions 74581 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74581 | amaury.forgeotdarc | 2009-08-29 20:14:40 +0200 (sam., 29 août 2009) | 3 lines

  #6750: TextIOWrapped could duplicate output when several threads write to it.
  this affect text files opened with io.open(), and the print() function of py3k
........
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c