gh-153266: Add optional kiosk mode support to the webbrowser module#153643
gh-153266: Add optional kiosk mode support to the webbrowser module#153643su-213 wants to merge 3 commits into
Conversation
Include the raw error code returned by libzstd in all ZstdError messages, making it easier for users to diagnose compression and decompression issues.
…r docs Remove references to specific page numbers in Ousterhout's book, which refer to a single print edition and are not useful in the online documentation.
Add a kiosk parameter to webbrowser.open() that enables kiosk/full-screen mode in supported browsers (Chrome, Firefox, Edge).
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
Documentation build overview
|
sharktide
left a comment
There was a problem hiding this comment.
I think the title format got a bit messed up -- I think you intended for the title to be gh-153266: Add optional kiosk mode support to the webbrowser module
There was a problem hiding this comment.
I think this should also go in the whatsnew too, as this is also a new feature... what do you think @emmatyping?
|
I do not understand why a PR has been made while the issue is still under discussion. Please do not do so in the future. |
|
There are unrelated changes in this PR as well. |
dd a
kioskparameter towebbrowser.open()that enableskiosk/full-screen mode in supported browsers (Chrome, Firefox, Edge).
Usage: webbrowser.open("https://example.com", kiosk=True)
Closes #153266