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 7c705f1..e727d1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -252,7 +252,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 #4951: Fixed failure in test_httpservers.