]> git.ipfire.org Git - thirdparty/tornado.git/commit
This is a fix to check the argument to RequestHandler.write() 979/head
authorMichael Atambo <mikeat4999@gmail.com>
Fri, 24 Jan 2014 11:04:00 +0000 (14:04 +0300)
committerMichael Atambo <mikeat4999@gmail.com>
Fri, 24 Jan 2014 11:05:31 +0000 (14:05 +0300)
commite442a6dcdc52002481fa421a9c7768eada75dc03
treecff91c60de252df81549964f587fece59912930d
parent66a647d2438341e33353e87c42c49f57df931d9f
This is a fix to check  the argument to RequestHandler.write()
is one of the accepted types: dict, bytes or unicode and raise a TypeError otherwise
tornado/web.py