Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
the module but exposed as part of the API.
diff --git a/Misc/NEWS b/Misc/NEWS
index 665b185..76459d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,9 @@
Library
-------
+- Update __all__ for cookielib, csv, os, urllib2, and weakref to include things
+ imported into the module but exposed as part of the module's API.
+
- Remove an unneeded import of abc.ABCMeta from 'inspect'.
- Remove unneeded imports of 'sys' and 'warnings' from 'io'.