This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: DeprecationWarning fix on cookiejar module since Python 3.3
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: legnaleurc, orsenthil, python-dev
Priority: normal Keywords: patch

Created on 2013-04-09 13:40 by legnaleurc, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cookiejar_fix_deprecated_method_calls.patch legnaleurc, 2013-04-09 13:46 correct patch review
Messages (3)
msg186407 - (view) Author: Wei-Cheng Pan (legnaleurc) * Date: 2013-04-09 13:46
Please ignore previous typo patch.

This is the correct version
msg186413 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-04-09 14:11
New changeset b3d5621511db by Senthil Kumaran in branch '3.3':
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
http://hg.python.org/cpython/rev/b3d5621511db

New changeset 79387f3bcc92 by Senthil Kumaran in branch 'default':
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
http://hg.python.org/cpython/rev/79387f3bcc92
msg186414 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2013-04-09 14:15
Thanks for the patch. Realized that is_third_party method does not have test coverage. Hence this was not detected by our test runs. Increasing the coverage may be a TODO.
History
Date User Action Args
2022-04-11 14:57:44adminsetgithub: 61878
2013-04-09 14:15:56orsenthilsetstatus: open -> closed

type: behavior
assignee: orsenthil

nosy: + orsenthil
messages: + msg186414
resolution: fixed
stage: resolved
2013-04-09 14:11:17python-devsetnosy: + python-dev
messages: + msg186413
2013-04-09 13:46:49legnaleurcsetfiles: - cookiejar_fix_deprecated_method_calls.patch
2013-04-09 13:46:40legnaleurcsetfiles: + cookiejar_fix_deprecated_method_calls.patch

messages: + msg186407
2013-04-09 13:40:04legnaleurccreate