summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2019-05-17 22:54:02 (GMT)
committerLisa Roach <lisaroach14@gmail.com>2019-05-17 22:54:02 (GMT)
commite7b1136ec3b40d174d71f2195cceaadf4fe9539c (patch)
tree44344743d612b945226e82f7a988b1c205b70019 /Misc/NEWS.d
parent51a860ee01a9e96f8013fe6ca836ec95e7eb3010 (diff)
downloadcpython-e7b1136ec3b40d174d71f2195cceaadf4fe9539c.zip
cpython-e7b1136ec3b40d174d71f2195cceaadf4fe9539c.tar.gz
cpython-e7b1136ec3b40d174d71f2195cceaadf4fe9539c.tar.bz2
Document a workaround for a curses bug (GH-13209)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-05-08-13-17-44.bpo-35924.lqbNpW.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-08-13-17-44.bpo-35924.lqbNpW.rst b/Misc/NEWS.d/next/Documentation/2019-05-08-13-17-44.bpo-35924.lqbNpW.rst
new file mode 100644
index 0000000..a88778f
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-05-08-13-17-44.bpo-35924.lqbNpW.rst
@@ -0,0 +1,2 @@
+Add a note to the ``curses.addstr()`` documentation to warn that multiline
+strings can cause segfaults because of an ncurses bug.