diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-01-20 00:00:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-01-20 00:00:38 (GMT) |
commit | 4a2762d146e2b19b981bd734827308c742d34c1a (patch) | |
tree | 627c8e25ea726469a7cc5bb0562aa74ca051f59c /Misc | |
parent | 350d03b18aeadc2292866a9df5a38cfa58785e10 (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -696,6 +696,7 @@ Bob Watson Aaron Watters Henrik Weber Corran Webster +Stefan Wehr Zack Weinberg Edward Welbourne Cliff Wells @@ -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 |