]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make dashes and underscores interchangeable in option names.
authorBen Darnell <ben@bendarnell.com>
Sat, 4 Jul 2015 19:18:26 +0000 (15:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Sat, 4 Jul 2015 19:18:26 +0000 (15:18 -0400)
commit463669e9e085d6048e233db5a47a9e8895ff554b
treeb0bf849ec1557944a44d2caeca077617c974a587
parentd7f8c16ba417555f801581d3a20ec57bbb32288a
Make dashes and underscores interchangeable in option names.

Closes #421.
tornado/options.py
tornado/test/options_test.cfg
tornado/test/options_test.py