diff options
author | Anthony Sottile <asottile@umich.edu> | 2019-07-31 12:11:24 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2019-07-31 12:11:24 (GMT) |
commit | c9345e382c630ddcc2b148b30954640e0e435c8a (patch) | |
tree | 44d4e3817f3e1bf9b447c9f382cae6dfe17f1e4f /Misc | |
parent | 31c4fd2a10d90beaa37d630e5f74a471e14e089d (diff) | |
download | cpython-c9345e382c630ddcc2b148b30954640e0e435c8a.zip cpython-c9345e382c630ddcc2b148b30954640e0e435c8a.tar.gz cpython-c9345e382c630ddcc2b148b30954640e0e435c8a.tar.bz2 |
bpo-37695: Correct unget_wch error message. (GH-14986)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-27-20-21-03.bpo-37695.QANdvg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-27-20-21-03.bpo-37695.QANdvg.rst b/Misc/NEWS.d/next/Library/2019-07-27-20-21-03.bpo-37695.QANdvg.rst new file mode 100644 index 0000000..ca6c116 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-27-20-21-03.bpo-37695.QANdvg.rst @@ -0,0 +1 @@ +Correct :func:`curses.unget_wch` error message. Patch by Anthony Sottile. |