Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full.  Original patch by Amir Szekely.
diff --git a/Misc/ACKS b/Misc/ACKS
index 15bf415..cd7ffee 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -974,6 +974,7 @@
 Paul Swartz
 Thenault Sylvain
 Péter Szabó
+Amir Szekely
 Arfrever Frehtes Taifersar Arahesis
 Geoff Talvola
 William Tanksley
diff --git a/Misc/NEWS b/Misc/NEWS
index b3d28fd..847ccf9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,9 @@
 Library
 -------
 
+- Issue #16800: tempfile.gettempdir() no longer left temporary files when
+  the disk is full.  Original patch by Amir Szekely.
+
 - Issue #13555: cPickle now supports files larger than 2 GiB.
 
 - Issue #17052: unittest discovery should use self.testLoader.