summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2012-04-04 12:19:04 (GMT)
committerMatthias Klose <doko@ubuntu.com>2012-04-04 12:19:04 (GMT)
commitda80b1eb2fa5db8a388fa202e6aada686d243842 (patch)
treeb52c29dfeccd2960c549370590c403aea1148944 /Misc
parent597e6b4cc5262b4c07a47da4d7421d51d609f470 (diff)
downloadcpython-da80b1eb2fa5db8a388fa202e6aada686d243842.zip
cpython-da80b1eb2fa5db8a388fa202e6aada686d243842.tar.gz
cpython-da80b1eb2fa5db8a388fa202e6aada686d243842.tar.bz2
- Issue #14493: Use gvfs-open/xdg-open in Lib/webbrowser.py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0c3438a..723e6ff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ 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.
+
What's New in Python 3.3.0 Alpha 2?
===================================