Renamed the repr module to reprlib.
Added stub module for repr.
diff --git a/Misc/NEWS b/Misc/NEWS
index 3287280..ea4ba1a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
 Library
 -------
 
+- The repr module has been renamed 'reprlib'.  The old name is now
+  deprecated.
+
 - The statvfs module has been deprecated for removal in Python 3.0.
 
 - The sunaudiodev and SUNAUDIODEV modules have been deprecated for removal in