commit | 06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Nov 08 17:24:34 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Nov 08 17:24:34 2008 +0000 |
tree | 36c5625b8dcb782c92f6e67fc566659c3dda9fce | |
parent | ef6a19e3eab6dca9ef7eba92b636a4c2e88979c4 [diff] [blame] |
fix the socketserver demo code for py3k #4275 Thanks to Don MacMillen
diff --git a/Misc/NEWS b/Misc/NEWS index 52f2bae..36095e0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,11 @@ - 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 ============================================