summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-30 21:09:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-30 21:09:59 (GMT)
commit0daad598d0947395248f087c2aa347083f440e36 (patch)
treef102f904cd0d76c2ccf2304cc5b630640c2b3646 /Misc
parent16dc7f44b1116aab58897bc7e94cb972488206fc (diff)
downloadcpython-0daad598d0947395248f087c2aa347083f440e36.zip
cpython-0daad598d0947395248f087c2aa347083f440e36.tar.gz
cpython-0daad598d0947395248f087c2aa347083f440e36.tar.bz2
Patch #462122: add readline startup and pre_event hooks.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b6ae5b..b7ccc86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -8,6 +8,8 @@ Core
- binascii has now two quopri support functions, a2b_qp and b2a_qp.
+- readline now supports setting the startup_hook and the pre_event_hook.
+
Library
- quopri's encode and decode methods take an optional header parameter,