diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-08 17:24:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-08 17:24:34 (GMT) |
commit | 06fd5f8cc854c79b5a4b113d7ef9ab01227d94cf (patch) | |
tree | 36c5625b8dcb782c92f6e67fc566659c3dda9fce /Misc/NEWS | |
parent | ef6a19e3eab6dca9ef7eba92b636a4c2e88979c4 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ============================================ |