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: test for request.urlretrieve
Type: enhancement Stage: patch review
Components: Tests Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, mjehanzeb, wangjiahua
Priority: normal Keywords: patch

Created on 2013-08-12 19:36 by mjehanzeb, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
issue18717.patch mjehanzeb, 2013-08-12 19:58 test for urllib.request.urlcleanup review
Pull Requests
URL Status Linked Edit
PR 29822 open wangjiahua, 2021-11-28 14:25
Messages (4)
msg194996 - (view) Author: Muhammad Jehanzeb (mjehanzeb) * Date: 2013-08-12 19:36
As part of pyconca sprints, this is my first patch for urlcleanup test
msg194997 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2013-08-12 19:38
Thanks for your contribution.  Can you submit this as a diff?
msg194999 - (view) Author: Muhammad Jehanzeb (mjehanzeb) * Date: 2013-08-12 19:43
the patch fie
msg195003 - (view) Author: Muhammad Jehanzeb (mjehanzeb) * Date: 2013-08-12 19:58
included issue# in the patch file
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62917
2021-11-28 14:25:16wangjiahuasetnosy: + wangjiahua
pull_requests: + pull_request28054
2020-03-06 20:24:51brett.cannonsetnosy: - brett.cannon
2013-08-12 19:59:21mjehanzebsetnosy: + brett.cannon
2013-08-12 19:58:48mjehanzebsetfiles: - mywork.patch
2013-08-12 19:58:22mjehanzebsetfiles: + issue18717.patch

messages: + msg195003
2013-08-12 19:43:42mjehanzebsetfiles: - test_urllib.py
2013-08-12 19:43:21mjehanzebsetfiles: + mywork.patch
keywords: + patch
messages: + msg194999
2013-08-12 19:38:21ezio.melottisetnosy: + ezio.melotti

messages: + msg194997
stage: patch review
2013-08-12 19:36:54mjehanzebcreate