]> granicus.if.org Git - python/commit
Merged revisions 76593 via svnmerge from
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 30 Nov 2009 00:16:44 +0000 (00:16 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Mon, 30 Nov 2009 00:16:44 +0000 (00:16 +0000)
commit36dfe784568b2d01bc03b3151ff6974b8ba42acf
treedd4f4fd5f97578d2a0e5d4b6a12c22de73757b08
parentac4a07c714fbe5560cd1204c1335e5fcea4b2ef3
Merged revisions 76593 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r76593 | amaury.forgeotdarc | 2009-11-30 01:08:56 +0100 (lun., 30 nov. 2009) | 5 lines

  #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode:
  files opened with os.open() stop on the first \x1a (Ctrl-Z) unless os.O_BINARY is used.

  Will backport to 3.1
........
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS