]> git.ipfire.org Git - thirdparty/tornado.git/commit
Python3 fixes in IOLoop
authorBen Darnell <ben@bendarnell.com>
Thu, 24 Feb 2011 01:15:36 +0000 (17:15 -0800)
committerBen Darnell <ben@bendarnell.com>
Thu, 24 Feb 2011 01:23:36 +0000 (17:23 -0800)
commit130040a889fcab54fe6e72e0bba41f5fa6f0e091
tree35baff36ce7ba4a48d419b8198c25146d26cfee4
parent6822bb742edc562873e72a5a32626061137a77f8
Python3 fixes in IOLoop
* __lt__ instead of __cmp__
* Write bytes instead of str to waker pipe
* Reading from the waker pipe returns '' at EOF instead of raising error
tornado/ioloop.py