]> git.ipfire.org Git - thirdparty/tornado.git/commit
Catch IOError in addition to OSError in IOLoop.remove_handler
authorBen Darnell <bdarnell@beaker.local>
Sat, 16 Jan 2010 02:42:00 +0000 (18:42 -0800)
committerBen Darnell <bdarnell@beaker.local>
Sat, 16 Jan 2010 02:42:00 +0000 (18:42 -0800)
commit8c2429dbd3472d651a03839bd2568d30b1ed7c8d
treef01338eb593bdf0b2a3e5633b73aca2b37d7aa8c
parent7014417608d03e7af2c7aba58ba358d8657a24a2
Catch IOError in addition to OSError in IOLoop.remove_handler
(friendfeed's epoll module throws OSError, while the one in the standard
library throws IOError)
tornado/ioloop.py