commit | 4ef1c7e7efbd8827b9f97c73d0eb9a31604e83f2 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 02 09:48:21 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Sun May 02 09:48:21 2010 +0000 |
tree | ab2d85a0f59fc1f96d5129f32a718e3fe00c8ae2 | |
parent | 328284adcfe8fb9f9811a251ef00438800223344 [diff] [blame] |
For for issue #7192: with this patch webbrowser.get("firefox") works on OSX
diff --git a/Misc/NEWS b/Misc/NEWS index 355654b..c75f95c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,9 @@ Library ------- +- Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does + webbrowser.get("safari"). + - Issue #8577: distutils.sysconfig.get_python_inc() now makes a difference between the build dir and the source dir when looking for "python.h" or "Include".