commit | 4d4313d59dc0020fd9cd913e020de88b98f0ba50 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue May 05 08:54:11 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Tue May 05 08:54:11 2009 +0000 |
tree | 4a96df4e750f1eb680d694a43d2ff4317bf9de7b | |
parent | e3869c41f289126df4927a0bca97b3aa118f49d8 [diff] [blame] |
#5142: add module skipping feature to pdb.
diff --git a/Misc/NEWS b/Misc/NEWS index 4efa003..0152d9a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -273,6 +273,8 @@ 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.