Issue 15409: Deprecation Warning fix on cookiejar module (original) (raw)
Issue15409
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) * ![]() |
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) * ![]() |
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) ![]() |
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) * ![]() |
Date: 2012-07-21 00:14 |
Thanks for the patch! |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:33 | admin | set | github: 59614 |
2012-07-21 00:14:51 | meador.inge | set | status: open -> closedresolution: fixedmessages: + stage: commit review -> resolved |
2012-07-21 00:13:55 | python-dev | set | nosy: + python-devmessages: + |
2012-07-20 22:00:59 | flavio.ribeiro | set | messages: + |
2012-07-20 19:37:49 | meador.inge | set | messages: + |
2012-07-20 19:33:33 | flavio.ribeiro | set | files: + add_flavioribeiro_acks.patchmessages: + |
2012-07-20 19:26:39 | meador.inge | set | messages: + assignee: meador.ingecomponents: + Library (Lib), - Extension Modulestype: behaviorstage: commit review |
2012-07-20 17:57:19 | flavio.ribeiro | set | nosy: + meador.inge |
2012-07-20 17:50:17 | flavio.ribeiro | create |