Patch #1630118: add a SpooledTemporaryFile class to tempfile.
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.