Doc that urlparse is named urllib.parse in Python 3.0.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8d83e6b..d447b38 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@
 Documentation
 -------------
 
+- Document that urlparse has been renamed to urllib.parse in Python 3.0.
+
 - Document that urllib2 is split across multiple modules and renamed in
   Python 3.0.