diff options
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) |
commit | 4f61a2dbdeab3931eb8f4979758cac15c441126d (patch) | |
tree | 6f3a730ef9b0f95ad0d8ef7adb4f9d80ed2e8374 /Misc | |
parent | 828efdea568953666c099d3a9c11eab609663d95 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |