summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-04 13:13:14 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-04 13:13:14 (GMT)
commit58bd49f5fec11751806d869a8479f59e13d2d558 (patch)
treeb26bfc9be3dd4d37d196ab97cd5008e0891f2a50 /Misc
parentaf699dd621e83a1569e7325a8d80f54b6585ea6d (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index cbe4e6c..3d73388 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -80,6 +80,7 @@ Jurjen Bos
Peter Bosch
Eric Bouck
Thierry Bousch
+Sebastian Boving
Monty Brandenberg
Georg Brandl
Terrence Brannon
diff --git a/Misc/NEWS b/Misc/NEWS
index 2cfc4ce..f8a875c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.