Document the fact that urllib2 spans multiple modules with new names in Python
3.0.
diff --git a/Misc/NEWS b/Misc/NEWS
index 638051f..8d83e6b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,16 @@
 - Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd.
 
 
+Documentation
+-------------
+
+- Document that urllib2 is split across multiple modules and renamed in
+  Python 3.0.
+
+- Document that urllib is split across multiple modules and renamed in
+  Python 3.0.
+
+
 What's New in Python 2.6 beta 1?
 ================================