diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 21:09:59 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-09-30 21:09:59 (GMT) |
commit | 0daad598d0947395248f087c2aa347083f440e36 (patch) | |
tree | f102f904cd0d76c2ccf2304cc5b630640c2b3646 /Misc | |
parent | 16dc7f44b1116aab58897bc7e94cb972488206fc (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |