Remove the sre module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 47eb5c2..c3d9cc5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- The sre module has been removed.
+
 - The PixMapWrapper module has been renamed to pixmapwrapper.
 
 - The Queue module has been renamed to queue.