]> granicus.if.org Git - python/commit
Issue #16996: webbrowser module now uses shutil.which() to find a
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:19:40 +0000 (12:19 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:19:40 +0000 (12:19 +0200)
commit540dcba28beaac416dcac22a155770be8d33a5a3
tree30fc978105722c8c6ca870fe1493d7eb55e0e998
parent0c15b5d8973e9161ceb7b68339a37edd7ccc54d7
Issue #16996: webbrowser module now uses shutil.which() to find a
web-browser on the executable search path.
Lib/webbrowser.py
Misc/NEWS