summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2009-04-27 13:44:27 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2009-04-27 13:44:27 (GMT)
commite34d6aa86fbf889def9ce6b40d4578e9741a693f (patch)
treecec89a51a7939e4dc2319e8fcfe4a82c78935ca3 /Misc
parent94290d390ec09f2368cc476f7a82d42d9c279c52 (diff)
downloadcpython-e34d6aa86fbf889def9ce6b40d4578e9741a693f.zip
cpython-e34d6aa86fbf889def9ce6b40d4578e9741a693f.tar.gz
cpython-e34d6aa86fbf889def9ce6b40d4578e9741a693f.tar.bz2
Issue #5854: Updated __all__ to include some missing names and remove some names which should not be exported.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7c705f1..e727d1f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -252,7 +252,10 @@ Core and Builtins
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.