Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported.
diff --git a/Misc/NEWS b/Misc/NEWS
index 65ba2c1..e44f22a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -148,7 +148,10 @@
 Library
 -------
 
-- Issue #5810: Fixed Distutils test_build_scripts so it uses 
+- Issue #5854: Updated __all__ to include some missing names and remove some
+  names which should not be exported.
+
+- Issue #5810: Fixed Distutils test_build_scripts so it uses
   sysconfig.get_config_vars.
 
 - Issue #5741: don't disallow "%%" (which is an escape for "%") when setting