summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-10-31 09:13:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2019-10-31 09:13:48 (GMT)
commitb32cb97bce472dad337c6b2f071883f6234e21d8 (patch)
treee686243c05fbc57f9de6be1bd7fefde38d589fb6 /Doc/whatsnew
parentb15100fe7def8580c78ed16f0bb4b72b2ae7af3f (diff)
downloadcpython-b32cb97bce472dad337c6b2f071883f6234e21d8.zip
cpython-b32cb97bce472dad337c6b2f071883f6234e21d8.tar.gz
cpython-b32cb97bce472dad337c6b2f071883f6234e21d8.tar.bz2
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.9.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index d41e708..7d7c502 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -130,6 +130,13 @@ that schedules a shutdown for the default executor that waits on the
:func:`asyncio.run` has been updated to use the new :term:`coroutine`.
(Contributed by Kyle Stanley in :issue:`34037`.)
+curses
+------
+
+Add :func:`curses.get_escdelay`, :func:`curses.set_escdelay`,
+:func:`curses.get_tabsize`, and :func:`curses.set_tabsize` functions.
+(Contributed by Anthony Sottile in :issue:`38312`.)
+
fcntl
-----