diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-04-09 14:11:07 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-04-09 14:11:07 (GMT) |
commit | 7005b1f90a42c9187ff9b93a7be0244ef94af8a1 (patch) | |
tree | d7423faffd9a5e0b6217d88188fe30979b670737 /Misc | |
parent | fa5ef18e612fafccbd65a25d61b52de890f2ef79 (diff) | |
parent | d9fbf36bbd9e19c2973dae507f0a522c62ec7be9 (diff) | |
download | cpython-7005b1f90a42c9187ff9b93a7be0244ef94af8a1.zip cpython-7005b1f90a42c9187ff9b93a7be0244ef94af8a1.tar.gz cpython-7005b1f90a42c9187ff9b93a7be0244ef94af8a1.tar.bz2 |
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
usage of get_origin_req_host() to origin_req_host.
Patch by Wei-Cheng Pan
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ Core and Builtins Library ------- +- Issue #17678: Remove the use of deprecated method in http/cookiejar.py. + Changing the usage of get_origin_req_host() to origin_req_host. + - Issue #17666: Fix reading gzip files with an extra field. - Issue #16475: Support object instancing, recursion and interned strings |