summaryrefslogtreecommitdiff
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2006-08-26 20:49:04 +0000
committerGuido van Rossum <guido@python.org>2006-08-26 20:49:04 +0000
commita3bd4b68f5b3c14f9b292963a9845ba2a789d4c8 (patch)
tree2b9d5760f2dffeb5a5a3ff5c23d753574be2e8db /Misc/python-mode.el
parentc0719f329f62fd4ac96de65b07d1ed20e78b0d24 (diff)
downloadcpython-a3bd4b68f5b3c14f9b292963a9845ba2a789d4c8.tar.gz
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
functools, and adjust docs etc.
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 1392c84d62..5f50da8add 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -386,7 +386,7 @@ support for features needed by `python-mode'.")
"isinstance" "issubclass" "iter" "len" "license"
"list" "locals" "long" "map" "max" "min" "object"
"oct" "open" "ord" "pow" "property" "range"
- "reduce" "reload" "repr" "round"
+ "reload" "repr" "round"
"setattr" "slice" "staticmethod" "str" "sum"
"super" "tuple" "type" "unichr" "unicode" "vars"
"zip")