[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Meador Inge
Meador Inge added the comment: Thanks for the patch! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev __

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Flávio Ribeiro
Flávio Ribeiro added the comment: wow :) thank you! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Meador Inge
Meador Inge added the comment: I already added you to ACKS with the ctypes patch :-) http://hg.python.org/cpython/rev/f93efd4c45bd -- ___ Python tracker ___ ___

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Flávio Ribeiro
Flávio Ribeiro added the comment: nice Meador :-) Already sent the form to contribut...@python.org. Added also one diff to Misc/ACKS, it's up to you add it or not. Thanks -- Added file: http://bugs.python.org/file26460/add_flavioribeiro_acks.patch __

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Meador Inge
Meador Inge added the comment: This looks OK to me. I will commit later today. -- assignee: -> meador.inge components: +Library (Lib) -Extension Modules stage: -> commit review type: -> behavior ___ Python tracker

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Flávio Ribeiro
Changes by Flávio Ribeiro : -- nosy: +meador.inge ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue15409] Deprecation Warning fix on cookiejar module

2012-07-20 Thread Flávio Ribeiro
New submission from Flávio Ribeiro : Cookiejar calls some urllib.Request's deprecated methods. This patch fixes this deprecated calls. -- components: Extension Modules files: cookiejar_fix_deprecated_method_calls.patch keywords: patch messages: 165956 nosy: flavio.ribeiro priority: norm