diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -296,6 +296,7 @@ Takahiro Nakayama Travers Naran Fredrik Nehr Chad Netzer +Max Neunhöffer George Neville-Neil Oscar Nierstrasz Hrvoje Niksic @@ -86,6 +86,9 @@ Library which indicates whether output is intended for the header 'Q' encoding. +- The SocketServer.ThreadingMixIn class now closes the request after + finish_request() returns. (Not when it errors out though.) + Tools/Demos - Demo/dns was removed. It no longer serves any purpose; a package |