diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-10 07:05:44 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-01-10 07:05:44 (GMT) |
commit | 88bbd73d0763bb4df48d45791dafbef76c2e17a5 (patch) | |
tree | be74a99859ee5f4b03f91a643a683132d7f3cbd4 /Misc | |
parent | fc76d633e8017fd948bc2363738cbdea41586e21 (diff) | |
download | cpython-88bbd73d0763bb4df48d45791dafbef76c2e17a5.zip cpython-88bbd73d0763bb4df48d45791dafbef76c2e17a5.tar.gz cpython-88bbd73d0763bb4df48d45791dafbef76c2e17a5.tar.bz2 |
SF bug #1400822, Extended version of _curses over{lay,write} does not work
Fix signatures to conform to doc (also fixed ungetmouse()).
Will backport.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -552,6 +552,7 @@ Kirill Simonov Nathan Paul Simons Janne Sinkkonen George Sipe +J. Sipprell Kragen Sitaker Christopher Smith Gregory P. Smith @@ -216,6 +216,10 @@ Core and builtins Extension Modules ----------------- +- Bug #1400822, _curses over{lay,write} doesn't work when passing 6 ints. + Also fix ungetmouse() which did not accept arguments properly. + The code now conforms to the documented signature. + - Bug #1400115, Fix segfault when calling curses.panel.userptr() without prior setting of the userptr. |