]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make __getitem__ and __setitem__ mirror behavior of __getattr__ and __setattr__
authorEric Wang <eric1990@gmail.com>
Mon, 2 Nov 2015 22:51:24 +0000 (14:51 -0800)
committerEric Wang <eric1990@gmail.com>
Mon, 2 Nov 2015 22:51:24 +0000 (14:51 -0800)
commit80df78ac77e020ce23ac16c81368906c75867558
tree80a3c7ffd338bb714b68b0a6be7ae088413e861b
parent1ecc7386da17df3f1dfd100845355f7211119a62
Make __getitem__ and __setitem__ mirror behavior of __getattr__ and __setattr__
tornado/options.py [changed mode: 0644->0755]
tornado/test/options_test.py