diff options
author | Zackery Spytz <zspytz@gmail.com> | 2021-01-14 09:40:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 09:40:09 (GMT) |
commit | 14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9 (patch) | |
tree | d296971ebb25971ee313ef27e532d06f43f24686 /Doc/whatsnew | |
parent | a330365ca5ae836075f306334ab648bf23471481 (diff) | |
download | cpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.zip cpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.tar.gz cpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.tar.bz2 |
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 7a51a9d..7edc552 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -242,6 +242,10 @@ by :func:`curses.color_content`, :func:`curses.init_color`, support is provided by the underlying ncurses library. (Contributed by Jeffrey Kintscher and Hans Petter Jansson in :issue:`36982`.) +The ``BUTTON5_*`` constants are now exposed in the :mod:`curses` module if +they are provided by the underlying curses library. +(Contributed by Zackery Spytz in :issue:`39273`.) + distutils --------- |