commit | ccd686a47336bfbd70614824465f5793fd69a685 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Aug 29 23:00:38 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Sat Aug 29 23:00:38 2009 +0000 |
tree | efd8f8fca388d16df20743952792abb384339e32 | |
parent | 8d9a6eb5310f486a594704db370ab53088fa4520 [diff] |
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 ........