Patch #1630118: add a SpooledTemporaryFile class to tempfile.
diff --git a/Misc/ACKS b/Misc/ACKS
index dfe63d2..2670c3b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -442,6 +442,7 @@
Damien Miller
Roman Milner
Dom Mitchell
+Dustin J. Mitchell
Doug Moen
Paul Moore
The Dragon De Monsyne
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ce5a13..419120e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,8 @@
Library
-------
+- Patch #1630118: add a SpooledTemporaryFile class to tempfile.py.
+
- Patch #1273829: os.walk() now has a "followlinks" parameter. If set to
True (which is not the default), it visits symlinks pointing to
directories.