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.

Unsupported provider

classification
Title: Remove unused imports from webbrowser
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Claudiu.Popa, georg.brandl, python-dev, r.david.murray
Priority: normal Keywords: patch

Created on 2013-12-13 14:28 by Claudiu.Popa, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
webbrowser_unused_imports.patch Claudiu.Popa, 2013-12-13 14:28 review
Messages (3)
msg206091 - (view) Author: PCManticore (Claudiu.Popa) * (Python triager) Date: 2013-12-13 14:28
The attached patch removes three unused imports in webbrowser module.
msg206154 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-13 22:22
New changeset f2c6b0485ce6 by R David Murray in branch 'default':
#19975: remove unused imports from webbrowser module.
http://hg.python.org/cpython/rev/f2c6b0485ce6
msg206155 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2013-12-13 22:23
Thanks, Claudiu.
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64174
2013-12-13 22:23:51r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg206155

resolution: fixed
stage: resolved
2013-12-13 22:22:07python-devsetnosy: + python-dev
messages: + msg206154
2013-12-13 14:28:20Claudiu.Popacreate