summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-01-20 00:00:38 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-01-20 00:00:38 (GMT)
commit4a2762d146e2b19b981bd734827308c742d34c1a (patch)
tree627c8e25ea726469a7cc5bb0562aa74ca051f59c /Misc
parent350d03b18aeadc2292866a9df5a38cfa58785e10 (diff)
downloadcpython-4a2762d146e2b19b981bd734827308c742d34c1a.zip
cpython-4a2762d146e2b19b981bd734827308c742d34c1a.tar.gz
cpython-4a2762d146e2b19b981bd734827308c742d34c1a.tar.bz2
Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.
Fix an off-by-one error I noticed.
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 5c87ed1..36b7d44 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -696,6 +696,7 @@ Bob Watson
Aaron Watters
Henrik Weber
Corran Webster
+Stefan Wehr
Zack Weinberg
Edward Welbourne
Cliff Wells
diff --git a/Misc/NEWS b/Misc/NEWS
index e988fc7..fcc56b4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -390,6 +390,10 @@ Library
- #1837: The queue module now also supports a LIFO queue and a priority queue.
+- Patch #1048820: Add insert-mode editing to curses.textpad.Textbox
+ (patch by Stefan Wehr). Also, fix an off-by-one bug in
+ Textbox.gather().
+
- Issue #1831: ctypes now raises a TypeError if conflicting positional
and named arguments are passed to a Structure or Union initializer.
When too many positional arguments are passed, also a TypeError is