]> granicus.if.org Git - python/commit
Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,
authorGuido van Rossum <guido@python.org>
Mon, 29 Oct 2007 16:42:51 +0000 (16:42 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Oct 2007 16:42:51 +0000 (16:42 +0000)
commit5d2125596844b507e213b7b671cfe8d18902d437
treeb9c0724442feaf83ebd653ebaac5f61a95a950bc
parent1b16ca4ef1b903d09bf60d7f8616f6820fb397e1
Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,
and my own interpretation).
Don't pass the newline= flag to StringIO in SpooledTemporaryFile.
This avoids doubling newlines when the file is rolled over.
Lib/tempfile.py