diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-08-14 15:19:28 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-08-14 15:19:28 (GMT) |
commit | 34c4120731b498663e38edc4d975d4a8c3071da0 (patch) | |
tree | fb86aa6c4c7dc082878b623c10f23aed281cb7ce /Misc | |
parent | 4ec40648a56b661ca78f795aa0718836b6020e1b (diff) | |
download | cpython-34c4120731b498663e38edc4d975d4a8c3071da0.zip cpython-34c4120731b498663e38edc4d975d4a8c3071da0.tar.gz cpython-34c4120731b498663e38edc4d975d4a8c3071da0.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -41,6 +41,10 @@ Extension modules Library ------- +- 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 contains symlinks. |