]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29176: Fix name of the _curses.window class (#52) (#532)
authorMariatta <Mariatta@users.noreply.github.com>
Wed, 8 Mar 2017 16:19:57 +0000 (08:19 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Mar 2017 16:19:57 +0000 (17:19 +0100)
commit7253aded71df8d4bf8684fc78d11c596079211b3
tree40be66c6eabece27b5373d6ba826cf3922c4eee6
parenteb65edd1029876a4a5bb70b009aeb914088ac749
bpo-29176: Fix name of the _curses.window class (#52) (#532)

Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc74dfab1ceee332d3f480dcf86c478c87c5)
Modules/_cursesmodule.c