Stopping SocketServer on Python 2.5

Aahz aahz at pythoncraft.com
Fri Mar 20 12:05:02 EDT 2009


In article <000045bd$0$2191$c3e8da3 at news.astraweb.com>,
David George  <dave at eatmyhat.co.uk> wrote:
>
>Thanks to everybody for helping me with this matter, but eventually 
>i've had to settle for a simpler and probably far less elegant solution 
>due to time constraints.
>
>It seems that SocketServer.py in 2.6 doesn't directly rely on anything 
>that's in Python 2.6, so i've simply copied the code across and i'm 
>using it in place of the version built into Python 2.5.

That's actually a reasonably elegant solution!
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"Programming language design is not a rational science. Most reasoning
about it is at best rationalization of gut feelings, and at worst plain
wrong."  --GvR, python-ideas, 2009-3-1



More information about the Python-list mailing list