summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-30 17:16:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-30 17:16:33 (GMT)
commitc9b750d249136b88125c28cd139c4bc694c18003 (patch)
tree7b6a48922d0c0156d5d411382fd5f636347601a6 /Misc/NEWS
parent32c0d3ada52109f339c081d3408546a4af024b3c (diff)
downloadcpython-c9b750d249136b88125c28cd139c4bc694c18003.zip
cpython-c9b750d249136b88125c28cd139c4bc694c18003.tar.gz
cpython-c9b750d249136b88125c28cd139c4bc694c18003.tar.bz2
Issue #23262: The webbrowser module now supports Firefox 36+ and derived
browsers. Based on patch by Oleg Broytman.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d84e7e..f7226fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -113,6 +113,9 @@ Core and Builtins
Library
-------
+- Issue #23262: The webbrowser module now supports Firefox 36+ and derived
+ browsers. Based on patch by Oleg Broytman.
+
- Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by representing the scale as float value internally in Tk. tkinter.IntVar
now works if float value is set to underlying Tk variable.