[issue16996] Reuse shutil.which() in webbrowser module

2013-02-13 Thread Roundup Robot
Roundup Robot added the comment: 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 -- nosy: +python-dev ___ Python

[issue16996] Reuse shutil.which() in webbrowser module

2013-02-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you, Senthil. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16996 ___ ___ Python-bugs-list mailing

[issue16996] Reuse shutil.which() in webbrowser module

2013-02-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16996

[issue16996] Reuse shutil.which() in webbrowser module

2013-02-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16996 ___ ___

Re: [issue16996] Reuse shutil.which() in webbrowser module

2013-02-12 Thread Senthil Kumaran
Serhiy: The patch LGTM. ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

[issue16996] Reuse shutil.which() in webbrowser module

2013-01-26 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe tshep...@gmail.com: -- nosy: +tshepang ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16996 ___ ___

[issue16996] Reuse shutil.which() in webbrowser module

2013-01-18 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: We can get rid of private webbrowser functions and reuse shutil.which(). -- components: Library (Lib) files: webbrowser_which.patch keywords: patch messages: 180220 nosy: georg.brandl, serhiy.storchaka priority: normal severity: normal stage: patch