[Python-checkins] python/dist/src/Misc NEWS,1.1091,1.1092

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Aug 14 17:19:30 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29410/Misc

Modified Files:
	NEWS 
Log Message:
bug #989672: pdb.doc and the help messages for the help_d and help_u methods
of the pdb.Pdb class gives have been corrected. d(own) goes to a newer frame,
u(p) to an older frame, not the other way around.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1091
retrieving revision 1.1092
diff -C2 -d -r1.1091 -r1.1092
*** NEWS	14 Aug 2004 15:01:53 -0000	1.1091
--- NEWS	14 Aug 2004 15:19:28 -0000	1.1092
***************
*** 42,45 ****
--- 42,49 ----
  -------
  
+ - bug #989672: pdb.doc and the help messages for the help_d and help_u methods
+ of the pdb.Pdb class gives have been corrected. d(own) goes to a newer frame,
+ u(p) to an older frame, not the other way around.
+ 
  - bug #990669: os.path.realpath() will resolve symlinks before normalizing the
    path, as normalizing the path may alter the meaning of the path if it



More information about the Python-checkins mailing list