]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove the ability to pre-bind parameters in stack_context.wrap.
authorBen Darnell <ben@bendarnell.com>
Tue, 10 Aug 2010 21:00:18 +0000 (14:00 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 10 Aug 2010 21:00:18 +0000 (14:00 -0700)
commit41c14b82c41de817c0b4ab7a4e721f32cb71ac54
tree0afb8026ba6e57ed6741834a1b4d9e33884da893
parent9d4444e341f4fc16fc9373526fe95bbf0c5a930f
Remove the ability to pre-bind parameters in stack_context.wrap.

This functionality was incorrect and unused, and unlike async_callback,
I don't think the implicit binding is a good fit for this API.
tornado/stack_context.py