commit | cf3520c2bf7a50fdd2e0251f435c9ebce180cfd2 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sun May 11 22:47:58 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sun May 11 22:47:58 2008 +0000 |
tree | c80483f1234599247c865dd0219f82d9c1fe5293 | |
parent | 49d1b4f919039f6caeddf2d1eba9708c0cfe8bd4 [diff] [blame] |
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.