summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-05-02 09:54:35 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-05-02 09:54:35 (GMT)
commit4d39f6e09a5c0a0e09eb51d678bacd1adaa3f2ca (patch)
treef4a367b7a852f5dbc979c0bf5dc6b7b00fbd8f3d /Misc
parent9f608be9021439b5953f289eeb9bf860f5b2c553 (diff)
downloadcpython-4d39f6e09a5c0a0e09eb51d678bacd1adaa3f2ca.zip
cpython-4d39f6e09a5c0a0e09eb51d678bacd1adaa3f2ca.tar.gz
cpython-4d39f6e09a5c0a0e09eb51d678bacd1adaa3f2ca.tar.bz2
Merged revisions 80698 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r80698 | ronald.oussoren | 2010-05-02 11:48:21 +0200 (Sun, 02 May 2010) | 3 lines For for issue #7192: with this patch webbrowser.get("firefox") works on OSX ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f935480..e30315a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -345,6 +345,9 @@ C-API
Library
-------
+- Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does
+ webbrowser.get("safari").
+
- Issue #8464: tarfile no longer creates files with execute permissions set
when mode="w|" is used.