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