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: Deprecation Warning fix on cookiejar module
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: meador.inge Nosy List: flavio.ribeiro, meador.inge, python-dev
Priority: normal Keywords: patch

Created on 2012-07-20 17:50 by flavio.ribeiro, 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 flavio.ribeiro, 2012-07-20 17:50 review
add_flavioribeiro_acks.patch flavio.ribeiro, 2012-07-20 19:33 review
Messages (7)
msg165956 - (view) Author: Flávio Ribeiro (flavio.ribeiro) * Date: 2012-07-20 17:50
Cookiejar calls some urllib.Request's deprecated methods. This patch fixes this deprecated calls.
msg165970 - (view) Author: Meador Inge (meador.inge) * (Python committer) Date: 2012-07-20 19:26
This looks OK to me.  I will commit later today.
msg165971 - (view) Author: Flávio Ribeiro (flavio.ribeiro) * Date: 2012-07-20 19:33
nice Meador :-) 

Already sent the form to contributors@python.org. Added also one diff to Misc/ACKS, it's up to you add it or not.

Thanks
msg165972 - (view) Author: Meador Inge (meador.inge) * (Python committer) Date: 2012-07-20 19:37
I already added you to ACKS with the ctypes patch :-)

http://hg.python.org/cpython/rev/f93efd4c45bd
msg165982 - (view) Author: Flávio Ribeiro (flavio.ribeiro) * Date: 2012-07-20 22:00
wow :) thank you!
msg165988 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-21 00:13
New changeset ea8078365d3b by Meador Inge in branch 'default':
Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar
http://hg.python.org/cpython/rev/ea8078365d3b
msg165989 - (view) Author: Meador Inge (meador.inge) * (Python committer) Date: 2012-07-21 00:14
Thanks for the patch!
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59614
2012-07-21 00:14:51meador.ingesetstatus: open -> closed
resolution: fixed
messages: + msg165989

stage: commit review -> resolved
2012-07-21 00:13:55python-devsetnosy: + python-dev
messages: + msg165988
2012-07-20 22:00:59flavio.ribeirosetmessages: + msg165982
2012-07-20 19:37:49meador.ingesetmessages: + msg165972
2012-07-20 19:33:33flavio.ribeirosetfiles: + add_flavioribeiro_acks.patch

messages: + msg165971
2012-07-20 19:26:39meador.ingesetmessages: + msg165970

assignee: meador.inge
components: + Library (Lib), - Extension Modules
type: behavior
stage: commit review
2012-07-20 17:57:19flavio.ribeirosetnosy: + meador.inge
2012-07-20 17:50:17flavio.ribeirocreate