]> git.ipfire.org Git - thirdparty/tornado.git/commit
Make HTTPHeaders compatible with copy.copy and copy.deepcopy.
authorBen Darnell <ben@bendarnell.com>
Sun, 19 Apr 2015 17:18:46 +0000 (13:18 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 19 Apr 2015 17:19:06 +0000 (13:19 -0400)
commit674d7eb506b5569f8be19fd3cd363421dc095af4
tree9a5e7b073a0b909ac2f9d6475a235c9be7b55c5a
parentce16bf6c8b1185f850bf535e68935dd830b32c63
Make HTTPHeaders compatible with copy.copy and copy.deepcopy.
tornado/httputil.py
tornado/test/httputil_test.py