summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-21 21:49:47 (GMT)
committerGeorg Brandl <georg@python.org>2010-05-21 21:49:47 (GMT)
commit25106ce6e9a5b6f381f70c960032cc3717e03536 (patch)
tree3670819645c06fbf315d1e37e23ec27a87f45ef2 /Misc
parent592296ee409510d57bd3ac840fc88551ece35336 (diff)
downloadcpython-25106ce6e9a5b6f381f70c960032cc3717e03536.zip
cpython-25106ce6e9a5b6f381f70c960032cc3717e03536.tar.gz
cpython-25106ce6e9a5b6f381f70c960032cc3717e03536.tar.bz2
Merged revisions 81443 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81443 | georg.brandl | 2010-05-21 23:48:57 +0200 (Fr, 21 Mai 2010) | 1 line typo ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f700c64..0c9a8a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -488,7 +488,7 @@ Library
- Issue #8354: The siginterrupt setting is now preserved for all signals,
not just SIGCHLD.
-- Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does
+- Issue #7192: webbrowser.get("firefox") now works on Mac OS X, as does
webbrowser.get("safari").
- Issue #8464: tarfile no longer creates files with execute permissions set