]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151914: Reorganize the curses entries in What's New in Python 3.16 (GH-153397)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Jul 2026 17:51:16 +0000 (20:51 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 17:51:16 +0000 (20:51 +0300)
commit811974aa65ae048aa38449e1ebc995613e2a2bf0
tree7e53738cd9a960be5bfb56caa6aa950002592163
parentfbce45b58711e9d02d270db2cd72a38dcbb345de
gh-151914: Reorganize the curses entries in What's New in Python 3.16 (GH-153397)

Order the curses entries from the most important and general to the more
specialized: wide-character and complexchar/complexstr support first, then
multiple-terminal support, attributes and colors, screen and window management,
input handling, and finally introspection.  The curses.textpad.Textbox entry,
belonging to a separate submodule, moves to the end.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/whatsnew/3.16.rst