New submission from Tanmay Jain <tanmayjain...@gmail.com>:
https://docs.python.org/3/library/webbrowser.html#webbrowser.controller.open browser_controller = webbrowser.get() result = browser_controller.open(url)# <-- return False even though firefox successfully opens url # expected behavior when url is opened successfully in browser it should return True # like it return True for chrome and edge. ---------- components: Library (Lib), Tkinter, Windows messages: 333039 nosy: codextj, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: webbrowser.py firefox bug [python3, windows 10] type: behavior versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35663> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com