[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.63,1.337.2.4.2.64

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 28 Feb 2003 18:14:55 -0800


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

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
- Backported SF patch #676342: after using pdb, the readline command
  completion was botched.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.63
retrieving revision 1.337.2.4.2.64
diff -C2 -d -r1.337.2.4.2.63 -r1.337.2.4.2.64
*** NEWS	23 Feb 2003 23:45:16 -0000	1.337.2.4.2.63
--- NEWS	1 Mar 2003 02:14:52 -0000	1.337.2.4.2.64
***************
*** 3,6 ****
--- 3,9 ----
  ============================
  
+ - Backported SF patch #676342: after using pdb, the readline command
+   completion was botched.
+ 
  - Fix problem building on OSF1 because the compiler only accepted
    preprocessor directives that start in column 1.  (SF bug #691793.)