[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: Since Python 2.7 is now at end-of-life, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2018-11-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2018-11-26 Thread Martin Panter
Martin Panter added the comment: Regarding the first point, “finish” is no longer called after an exception. This was apparently changed in 2.7.4 (see Issue 14574), but Geoffrey was referring to older documentation. Regarding the second point, about ECONNRESET vs graceful shutdown, this seems

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Geoffrey sorry about the delay in getting back to you. -- nosy: +BreamoreBoy, pitrou ___ Python tracker ___

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2012-03-27 Thread Éric Araujo
Changes by Éric Araujo : -- stage: -> needs patch versions: -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue14418] Document differences in SocketServer between Python 2.6 and 2.7

2012-03-26 Thread Geoffrey Bache
New submission from Geoffrey Bache : Here I'm referring to the section about RequestHandler objects under the SocketServer page. http://docs.python.org/release/2.7.2/library/socketserver.html#requesthandler-objects This appears to be the same in Python 2.6 and Python 2.7. But the objects do