summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 07:14:01 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 07:14:01 (GMT)
commita91a94b7c054a01b26bc76a1f3ccaefc6395f077 (patch)
tree15070606649b7768aefa12e923e9f22d54b16286 /Misc
parentb3b96bd52034731c393b8b364813ec5987fe2309 (diff)
downloadcpython-a91a94b7c054a01b26bc76a1f3ccaefc6395f077.zip
cpython-a91a94b7c054a01b26bc76a1f3ccaefc6395f077.tar.gz
cpython-a91a94b7c054a01b26bc76a1f3ccaefc6395f077.tar.bz2
#4179: In pdb, allow "list ." as a command to return to the currently debugged line.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9eaed9a..b8d3a36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #4179: In pdb, allow "list ." as a command to return to the
+ currently debugged line.
+
- Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
entries, consider the first one.