]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a version check for the curses unicode hack so it won't break when
authorBen Darnell <ben@bendarnell.com>
Tue, 31 Jan 2012 08:34:12 +0000 (00:34 -0800)
committerBen Darnell <ben@bendarnell.com>
Tue, 31 Jan 2012 08:34:12 +0000 (00:34 -0800)
commitb151a1ee967ec97e6e5e0d39eb23ea8853d6ab4f
tree1e630e059213199a7eded3976a8834b8ef2ee575
parent50b28c5d7a1ccfc3cc3a5a8fc5cf664880598fc6
Add a version check for the curses unicode hack so it won't break when
python 3.2.3 or 3.3 are released.

Closes #450.
tornado/options.py