]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 5 Apr 2021 13:50:24 +0000 (16:50 +0300)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 13:50:24 +0000 (16:50 +0300)
commitb1dc1aacf8b0f319024a1a3ce91d395956537c11
treed37c2b41f5fd1af45f9e27d66114c7f6b133fe21
parentc8e5eb904e12010d2302364e1037c24a30f5e241
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Doc/library/curses.rst
Lib/test/test_curses.py
Misc/NEWS.d/next/Library/2021-01-31-17-31-13.bpo-43084.i8nLpK.rst [new file with mode: 0644]
Modules/_cursesmodule.c
Modules/clinic/_cursesmodule.c.h