summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst b/Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst
deleted file mode 100644
index 2a1800f..0000000
--- a/Misc/NEWS.d/next/Library/2019-10-26-14-42-20.bpo-38312.e_FVWh.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add :func:`curses.get_escdelay`, :func:`curses.set_escdelay`,
-:func:`curses.get_tabsize`, and :func:`curses.set_tabsize` functions -
-by Anthony Sottile.