diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-09-04 13:13:14 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-09-04 13:13:14 (GMT) |
commit | 58bd49f5fec11751806d869a8479f59e13d2d558 (patch) | |
tree | b26bfc9be3dd4d37d196ab97cd5008e0891f2a50 /Misc | |
parent | af699dd621e83a1569e7325a8d80f54b6585ea6d (diff) | |
download | cpython-58bd49f5fec11751806d869a8479f59e13d2d558.zip cpython-58bd49f5fec11751806d869a8479f59e13d2d558.tar.gz cpython-58bd49f5fec11751806d869a8479f59e13d2d558.tar.bz2 |
Patch #1388440: Add set_completion_display_matches_hook and
get_completion_type to readline.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,7 @@ Jurjen Bos Peter Bosch Eric Bouck Thierry Bousch +Sebastian Boving Monty Brandenberg Georg Brandl Terrence Brannon @@ -746,6 +746,9 @@ Library Extension Modules ----------------- +- Patch #1388440: Add set_completion_display_matches_hook and + get_completion_type to readline. + - Bug #1649098: Avoid declaration of zero-sized array declaration in structure. |