summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-04-25 22:57:34 -0700
committerGitHub <noreply@github.com>2018-04-25 22:57:34 -0700
commit3219bbf6a159110d293dcfef2d5889ab020f4c5b (patch)
treea4296a3e6c70eaa99325414be7252cad3eac1b82 /Misc
parent55299fffe328c3d2dfc222a22116b7e53bf2e962 (diff)
downloadcpython-git-3219bbf6a159110d293dcfef2d5889ab020f4c5b.tar.gz
fix running the curses.has_key module (closes bpo-33359) (GH-6608)
This was broken by poor automated translation back in 6e3dbbdf39f3b4eb6f18c0165e446df17218b7dc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-25-22-41-04.bpo-33359.Nr4CzK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-25-22-41-04.bpo-33359.Nr4CzK.rst b/Misc/NEWS.d/next/Library/2018-04-25-22-41-04.bpo-33359.Nr4CzK.rst
new file mode 100644
index 0000000000..5a90f2f09c
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-25-22-41-04.bpo-33359.Nr4CzK.rst
@@ -0,0 +1 @@
+Fix running ``python -m curses.has_key``.