]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add backports.ssl_match_hostname dependency in place of our copy.
authorBen Darnell <ben@bendarnell.com>
Tue, 5 Nov 2013 20:53:51 +0000 (15:53 -0500)
committerBen Darnell <ben@bendarnell.com>
Tue, 5 Nov 2013 21:00:42 +0000 (16:00 -0500)
commit4a5fdb1e83bde31544a854deefc8754b5bc9ae10
treebc9bdc648699701aabf42fc2066e857f46150b6a
parent4f276caf08ee3b9b7270f295d5cce84c91c9122b
Add backports.ssl_match_hostname dependency in place of our copy.

This function has changed recently and it makes more sense to stop
maintaining a separate copy, even though it does introduce our first
required dependency.
docs/index.rst
maint/requirements.txt
setup.py
tornado/netutil.py