final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
diff --git a/Lib/tempfile.py b/Lib/tempfile.py
index 7d7f924..fe4d291 100644
--- a/Lib/tempfile.py
+++ b/Lib/tempfile.py
@@ -6,6 +6,8 @@
 
 import os
 
+__all__ = ["mktemp", "TemporaryFile", "tempdir", "gettempprefix"]
+
 # Parameters that the caller may set to override the defaults
 tempdir = None
 template = None