diff options
author | Matthias Klose <doko@ubuntu.com> | 2012-04-04 12:19:04 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2012-04-04 12:19:04 (GMT) |
commit | da80b1eb2fa5db8a388fa202e6aada686d243842 (patch) | |
tree | b52c29dfeccd2960c549370590c403aea1148944 /Misc | |
parent | 597e6b4cc5262b4c07a47da4d7421d51d609f470 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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? =================================== |