diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-03-24 18:46:49 +0100 |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-03-24 18:46:49 +0100 |
commit | 945c3bbf42bc133d4b21265526254ff2f4e4466b (patch) | |
tree | 51b5743456d58de9681303922b160fb82b92ef7b /Misc/NEWS | |
parent | 31a7835df826ce90642fb7302a1168ac10f3b780 (diff) | |
download | cpython-git-945c3bbf42bc133d4b21265526254ff2f4e4466b.tar.gz |
- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser,
iceweasel, iceape.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -196,6 +196,9 @@ Core and Builtins Library ------- +- Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, + iceweasel, iceape. + - Issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid |