]> granicus.if.org Git - python/commit
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 9 Apr 2013 14:07:59 +0000 (07:07 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 9 Apr 2013 14:07:59 +0000 (07:07 -0700)
commitd9fbf36bbd9e19c2973dae507f0a522c62ec7be9
tree10416537525d4508cc49ef83fcf963db4105af49
parentd281c73536949b81097adccec86bdd77207fd66f
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
of get_origin_req_host() to origin_req_host.

Patch by Wei-Cheng Pan
Lib/http/cookiejar.py
Misc/NEWS