summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-08 17:24:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-08 17:24:34 (GMT)
commit06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf (patch)
tree36c5625b8dcb782c92f6e67fc566659c3dda9fce /Misc/NEWS
parentef6a19e3eab6dca9ef7eba92b636a4c2e88979c4 (diff)
downloadcpython-06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf.zip
cpython-06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf.tar.gz
cpython-06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf.tar.bz2
fix the socketserver demo code for py3k
#4275 Thanks to Don MacMillen
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 52f2bae..36095e0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,11 @@ Build
- Issue #1656675: Register a drop handler for .py* files on Windows.
+Tools/Demos
+-----------
+
+- Demos of the socketserver module now work with Python 3.
+
What's New in Python 3.0 release candidate 2
============================================