commit | 6cdcdbcdaad14351d392888403419f5a3204b1a3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 13 10:07:01 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 13 10:07:01 2007 +0000 |
tree | f2d843c17e15bfc7e907ebd6091709b6bfd70994 | |
parent | 0a24d105244c39aeaa67db51d0b38e48402d252d [diff] [blame] |
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to pydoc's help keywords. (backport from rev. 54329)
diff --git a/Misc/NEWS b/Misc/NEWS index 966b9a7..b993ad8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,9 @@ Library ------- +- Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to + pydoc's help keywords. + - Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the IndexError caused by passing in an invalid breakpoint number.