diff options
author | Georg Brandl <georg@python.org> | 2009-05-05 09:00:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-05 09:00:19 (GMT) |
commit | 243ad66ba63f6af19ca941add4b5a29eae109f31 (patch) | |
tree | 0b0078f87750df9a8ae60f251976790b4035729e /Misc | |
parent | 991f9202bede42b033e499525755daed4a1c07be (diff) | |
download | cpython-243ad66ba63f6af19ca941add4b5a29eae109f31.zip cpython-243ad66ba63f6af19ca941add4b5a29eae109f31.tar.gz cpython-243ad66ba63f6af19ca941add4b5a29eae109f31.tar.bz2 |
Merged revisions 72322 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72322 | georg.brandl | 2009-05-05 10:54:11 +0200 (Di, 05 Mai 2009) | 1 line
#5142: add module skipping feature to pdb.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ Installation Library ------- +- Issue #5142: Add the ability to skip modules while stepping to pdb. + - Issue #1309567: Fix linecache behavior of stripping subdirectories when looking for files given by a relative filename. |