diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-30 17:16:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-10-30 17:16:33 (GMT) |
commit | c9b750d249136b88125c28cd139c4bc694c18003 (patch) | |
tree | 7b6a48922d0c0156d5d411382fd5f636347601a6 /Misc/NEWS | |
parent | 32c0d3ada52109f339c081d3408546a4af024b3c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |