riffm / mage

Easy commands set creation (deprecated, added to insanities)
6 stars 2 forks source link

in python2.5 devserver doesn't stops with ctrl+c #2

Closed shiberz closed 13 years ago

shiberz commented 13 years ago

if i run dev-server with python2.5, i can't stop it with ctrl+c - it's print "[mage.app] Stoping dev-server" and wait for one next request to devserver.

riffm commented 13 years ago

Because python 2.5 ignores timeout. We are not gonna support python below 2.6 anyway.