]> git.ipfire.org Git - thirdparty/tornado.git/commit
Clean up hacky fcntl emulation for windows.
authorBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 03:37:52 +0000 (20:37 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 5 Jul 2011 03:37:52 +0000 (20:37 -0700)
commit7e0e73b385834ddf389e52f0c087941161f5e358
treea972176c71e32e24afd7450df3e300eb13ac479e
parentd27fc35638a873ea0b1b6fbef3930e1000fdc659
Clean up hacky fcntl emulation for windows.
tornado/ioloop.py
tornado/netutil.py
tornado/platform/auto.py [new file with mode: 0644]
tornado/platform/interface.py [new file with mode: 0644]
tornado/platform/posix.py [new file with mode: 0644]
tornado/platform/windows.py