summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-04-05 03:01:01 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-04-05 03:01:01 (GMT)
commit4f61a2dbdeab3931eb8f4979758cac15c441126d (patch)
tree6f3a730ef9b0f95ad0d8ef7adb4f9d80ed2e8374 /Misc
parent828efdea568953666c099d3a9c11eab609663d95 (diff)
downloadcpython-4f61a2dbdeab3931eb8f4979758cac15c441126d.zip
cpython-4f61a2dbdeab3931eb8f4979758cac15c441126d.tar.gz
cpython-4f61a2dbdeab3931eb8f4979758cac15c441126d.tar.bz2
A few tweaks to whatsnew/3.3 (fixes #14362)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 723e6ff..012863c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,7 @@ Library
a multiprocessing Client or Listener with an AF_PIPE type address under
non-Windows platforms. Patch by Popa Claudiu.
-- Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.
+- Issue #14493: Use gvfs-open or xdg-open in webbrowser.
What's New in Python 3.3.0 Alpha 2?
@@ -1007,7 +1007,7 @@ Library
- Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.
-- Issue #13620: Support for Chrome browser in webbrowser.py Patch contributed
+- Issue #13620: Support for Chrome browser in webbrowser. Patch contributed
by Arnaud Calmettes.
- Issue #11829: Fix code execution holes in inspect.getattr_static for