Issue 16996: Reuse shutil.which() in webbrowser module (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/61200

classification

Title: Reuse shutil.which() in webbrowser module
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.4

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: georg.brandl, orsenthil, python-dev, serhiy.storchaka, tshepang
Priority: normal Keywords: patch

Created on 2013-01-18 20:44 by serhiy.storchaka, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
webbrowser_which.patch serhiy.storchaka,2013-01-18 20:44 review
Messages (4)
msg180220 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-01-18 20:44
We can get rid of private webbrowser functions and reuse shutil.which().
msg181999 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2013-02-13 07:16
Serhiy: The patch LGTM.
msg182012 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-02-13 10:20
New changeset 050c94f5f72c by Serhiy Storchaka in branch 'default': Issue #16996: webbrowser module now uses shutil.which() to find a http://hg.python.org/cpython/rev/050c94f5f72c
msg182017 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2013-02-13 10:41
Thank you, Senthil.
History
Date User Action Args
2022-04-11 14:57:40 admin set github: 61200
2013-02-13 10:56:50 serhiy.storchaka set status: open -> closedresolution: fixedstage: patch review -> resolved
2013-02-13 10:41:25 serhiy.storchaka set messages: +
2013-02-13 10:20:34 python-dev set nosy: + python-devmessages: +
2013-02-13 07:16:22 orsenthil set nosy: + orsenthilmessages: +
2013-02-12 23:47:04 serhiy.storchaka set assignee: serhiy.storchaka
2013-01-26 16:59:14 tshepang set nosy: + tshepang
2013-01-18 20:44:35 serhiy.storchaka create