summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-05-12 01:37:10 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-05-12 01:37:10 (GMT)
commitfb9ce65a91d674b1a80174c70a025aee83783388 (patch)
tree36913a12179421b3cf2ce9b1d709e2a7e150d19c /Misc
parented02e51ab2ca94d83a4b400c7186a51047bf3a29 (diff)
downloadcpython-fb9ce65a91d674b1a80174c70a025aee83783388.zip
cpython-fb9ce65a91d674b1a80174c70a025aee83783388.tar.gz
cpython-fb9ce65a91d674b1a80174c70a025aee83783388.tar.bz2
Renamed SocketServer to 'socketserver'.
Deprecated old name.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7384c9d..a15ebb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ Extension Modules
Library
-------
+- The SocketServer module has been renamed 'socketserver'. The old
+ name is now deprecated.
+
- The imageop module has been deprecated for removal in Python 3.0.
- #2250: Exceptions raised during evaluation of names in rlcompleter's