summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-01-10 07:05:44 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-01-10 07:05:44 (GMT)
commit88bbd73d0763bb4df48d45791dafbef76c2e17a5 (patch)
treebe74a99859ee5f4b03f91a643a683132d7f3cbd4 /Misc
parentfc76d633e8017fd948bc2363738cbdea41586e21 (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS4
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b717a36..42fa409 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -552,6 +552,7 @@ Kirill Simonov
Nathan Paul Simons
Janne Sinkkonen
George Sipe
+J. Sipprell
Kragen Sitaker
Christopher Smith
Gregory P. Smith
diff --git a/Misc/NEWS b/Misc/NEWS
index 78cf145..d5a2361 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.