From: Georg Brandl Date: Fri, 21 May 2010 21:48:57 +0000 (+0000) Subject: typo X-Git-Tag: v2.7rc1~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93f6615a02aae9cee0d0bff6ae1ad4e26abe151d;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 768805b63589..c5bb1e85dda4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -143,7 +143,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 #8577: distutils.sysconfig.get_python_inc() now makes a difference