gh-153550: Remove out-of-date page-number citations from tkinter docs#153642
gh-153550: Remove out-of-date page-number citations from tkinter docs#153642su-213 wants to merge 2 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.
|
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
|
|
Thanks, @su-213. This issue was opened by the person already working on it, so it's worth checking (a comment on the issue) whether the author is on it before sending a PR, especially on a freshly-opened one. In this case #153647 has already removed these page-number citations, pointing each spot to the relevant Tk man page, so this is superseded on main. The Closing as superseded. Thanks again! |
Remove references to specific page numbers in Ousterhout's book
("page 160", "page 183", "page 201") from the tkinter documentation,
as they refer to a single print edition and are not useful online.
Partially addresses #153550