]> granicus.if.org Git - python/commit
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
authorLarry Hastings <larry@hastings.org>
Sun, 4 May 2014 11:41:18 +0000 (04:41 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 4 May 2014 11:41:18 +0000 (04:41 -0700)
commit9147a9697ac60a9fff739394056992a61d207a16
tree9ff37507d7ff7af438f943ac2f3ab9e7e2bb3d5c
parent88b5b6ddf60c38f54d0c656d883b0aed6cb03987
Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
In porting to Argument Clinic, the first two arguments were reversed.
Lib/test/test_curses.py
Misc/NEWS
Modules/_cursesmodule.c