[Python-checkins] CVS: python/dist/src/Misc NEWS,1.261,1.262

Martin v. L?wis loewis@users.sourceforge.net
Sun, 30 Sep 2001 14:10:01 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv18073/Misc

Modified Files:
	NEWS 
Log Message:
Patch #462122: add readline startup and pre_event hooks.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.261
retrieving revision 1.262
diff -C2 -d -r1.261 -r1.262
*** NEWS	2001/09/30 20:32:11	1.261
--- NEWS	2001/09/30 21:09:59	1.262
***************
*** 9,12 ****
--- 9,14 ----
  - 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