aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2021-01-14 02:40:09 -0700
committerGitHub <noreply@github.com>2021-01-14 11:40:09 +0200
commit14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9 (patch)
treed296971ebb25971ee313ef27e532d06f43f24686 /Misc/NEWS.d/next
parentbpo-40956: Fix sqlite3.Cursor.fetchmany() default value (GH-24214) (diff)
downloadcpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.tar.gz
cpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.tar.bz2
cpython-14cfa325c298ceb9eaf6b585a3cdcabf6c6378a9.zip
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2020-01-13-23-37-58.bpo-39273.m5hzxV.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-01-13-23-37-58.bpo-39273.m5hzxV.rst b/Misc/NEWS.d/next/Library/2020-01-13-23-37-58.bpo-39273.m5hzxV.rst
new file mode 100644
index 00000000000..c942da07da3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-01-13-23-37-58.bpo-39273.m5hzxV.rst
@@ -0,0 +1,2 @@
+The ``BUTTON5_*`` constants are now exposed in the :mod:`curses` module if
+available.