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.
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:44 | admin | set | github: 61878 |
| 2013年04月09日 14:15:56 | orsenthil | set | status: open -> closed type: behavior assignee: orsenthil nosy: + orsenthil messages: + msg186414 resolution: fixed stage: resolved |
| 2013年04月09日 14:11:17 | python-dev | set | nosy:
+ python-dev messages: + msg186413 |
| 2013年04月09日 13:46:49 | legnaleurc | set | files: - cookiejar_fix_deprecated_method_calls.patch |
| 2013年04月09日 13:46:40 | legnaleurc | set | files:
+ cookiejar_fix_deprecated_method_calls.patch messages: + msg186407 |
| 2013年04月09日 13:40:04 | legnaleurc | create | |