diff options
author | Jay Crotts <crotts.jay@gmail.com> | 2018-04-07 01:27:07 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-04-07 01:27:07 (GMT) |
commit | ef5ce884a41c8553a7eff66ebace908c1dcc1f89 (patch) | |
tree | 268d4ae444914e210c5edf487e86de12afecbf1d /Misc | |
parent | 9e2be60634914f23db2ae5624e4acc9335bf5fea (diff) | |
download | cpython-ef5ce884a41c8553a7eff66ebace908c1dcc1f89.zip cpython-ef5ce884a41c8553a7eff66ebace908c1dcc1f89.tar.gz cpython-ef5ce884a41c8553a7eff66ebace908c1dcc1f89.tar.bz2 |
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-01-13-20-30-53.bpo-8243.s98r28.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-01-13-20-30-53.bpo-8243.s98r28.rst b/Misc/NEWS.d/next/Documentation/2018-01-13-20-30-53.bpo-8243.s98r28.rst new file mode 100644 index 0000000..a3520d0 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-01-13-20-30-53.bpo-8243.s98r28.rst @@ -0,0 +1,2 @@ +Add a note about curses.addch and curses.addstr exception behavior when +writing outside a window, or pad. |