commit | 7d0bddde5caca7abf41aa3d8763bc99ad8aa8798 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 30 00:08:56 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Mon Nov 30 00:08:56 2009 +0000 |
tree | b8e31f1bf7954b3ccc9680c1c9ac7610b56ca382 | |
parent | acafc2d3d114fbbdf65bd1d77a6bbf39b94971f6 [diff] |
#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