summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-13 10:06:48 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-13 10:06:48 (GMT)
commitb6a87542b301e54872807940f71c06be9f03f990 (patch)
treef0d592601e7d7385281a897993a7cc81905d8410 /Misc
parent4ffc8f51071339cfcb2c0c6f8a47f40340dc60f6 (diff)
downloadcpython-b6a87542b301e54872807940f71c06be9f03f990.zip
cpython-b6a87542b301e54872807940f71c06be9f03f990.tar.gz
cpython-b6a87542b301e54872807940f71c06be9f03f990.tar.bz2
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
pydoc's help keywords.
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 007497d..605d9b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -168,6 +168,9 @@ Core and builtins
Library
-------
+- Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
+ pydoc's help keywords.
+
- Patch #1555098: use str.join() instead of repeated string
concatenation in robotparser.