diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-04-27 13:44:27 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2009-04-27 13:44:27 (GMT) |
commit | e34d6aa86fbf889def9ce6b40d4578e9741a693f (patch) | |
tree | cec89a51a7939e4dc2319e8fcfe4a82c78935ca3 /Misc | |
parent | 94290d390ec09f2368cc476f7a82d42d9c279c52 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |