]> git.ipfire.org Git - thirdparty/tornado.git/commit
Omitting super(...).__init__() causes python, when RequestHandler is extended with... 569/head
authorMartinMartimeo <martin.martimeo@googlemail.com>
Sat, 21 Jul 2012 19:55:38 +0000 (22:55 +0300)
committerMartinMartimeo <martin.martimeo@googlemail.com>
Sat, 21 Jul 2012 19:55:38 +0000 (22:55 +0300)
commit68b5808eaaa339fa0ac04c10ee3604c9a6a9b499
tree45741a95d70630e492618c044932b4f9fdd431d7
parentb5288cf0af28fe89a04a92d454399895cee0f8d2
Omitting super(...).__init__() causes python, when RequestHandler is extended with multiple class inheritance, to not execute all __init__ methods of all super classes.
tornado/web.py