summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-10-06 22:33:08 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-10-06 22:33:08 (GMT)
commite24728bb9e0679db5371ec38d54f8b30ff8c51b7 (patch)
tree979368dbeeec2bdddb922a128ec90e4907fc5069 /Doc/whatsnew
parent5825097ee2e2b2c614b53bea09a041b27b0da992 (diff)
parentca76ea16ad616fb3c486fbe55d93548f34a7e505 (diff)
downloadcpython-e24728bb9e0679db5371ec38d54f8b30ff8c51b7.zip
cpython-e24728bb9e0679db5371ec38d54f8b30ff8c51b7.tar.gz
cpython-e24728bb9e0679db5371ec38d54f8b30ff8c51b7.tar.bz2
merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.3.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index b32b2a6..cb7dd83 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1964,6 +1964,14 @@ sequence` holding informations about the thread implementation
(:issue:`11223`).
+tempfile
+--------
+
+:class:`tempfile.SpooledTemporaryFile`\'s
+:meth:`~tempfile.SpooledTemporaryFile.trucate` method now accepts
+a ``size`` parameter. (Contributed by Ryan Kelly in :issue:`9957`.)
+
+
textwrap
--------