What’s new in Tornado 3.0.1¶
Apr 8, 2013¶
- The interface of
tornado.auth.FacebookGraphMixinis now consistent with its documentation and the rest of the module. Theget_authenticated_userandfacebook_requestmethods return aFutureand thecallbackargument is optional. - The
tornado.testing.gen_testdecorator will no longer be recognized as a (broken) test bynose. - Work around a bug in Ubuntu 13.04 betas involving an incomplete backport
of the
ssl.match_hostnamefunction. tornado.websocket.websocket_connectnow fails cleanly when it attempts to connect to a non-websocket url.tornado.testing.LogTrapTestCaseonce again works with byte strings on Python 2.- The
requestattribute oftornado.httpclient.HTTPResponseis now always anHTTPRequest, never a_RequestProxy. - Exceptions raised by the
tornado.genmodule now have better messages when tuples are used as callback keys.