]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix locale.format_date on python 3.
authorBen Darnell <ben@bendarnell.com>
Sun, 28 Apr 2013 22:40:31 +0000 (18:40 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 28 Apr 2013 22:40:31 +0000 (18:40 -0400)
commit8fdd57d272cb0885e3803d923f480ad483bc43d1
tree1d3f922ee46e0af9c23442c52f52bc35b982a69c
parent1a1b0498e9cddfc89721e950c2882709a23570a5
Fix locale.format_date on python 3.

There's probably more work to be done on this largely-untested code,
but this was the case I could find by grepping for stray references
to `long`.
tornado/locale.py
tornado/test/locale_test.py