diff --git a/Misc/NEWS.d/next/Library/2020-11-22-11-15-55.bpo-32068.SkGl0R.rst b/Misc/NEWS.d/next/Library/2020-11-22-11-15-55.bpo-32068.SkGl0R.rst new file mode 100644 index 00000000000000..5191078ad2bf73 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-22-11-15-55.bpo-32068.SkGl0R.rst @@ -0,0 +1,2 @@ +The :mod:`curses.textpad` module can now handle systems that send +``ascii.DEL`` (``127``) on the backspace key event.