mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
functools, and adjust docs etc.
This commit is contained in:
parent
6a2a2a0832
commit
0919a1a07b
11 changed files with 168 additions and 78 deletions
|
@ -63,7 +63,7 @@ endif
|
|||
|
||||
if exists("python_highlight_builtins")
|
||||
syn keyword pythonBuiltin unichr all set abs vars int __import__ unicode
|
||||
syn keyword pythonBuiltin enumerate reduce exit issubclass
|
||||
syn keyword pythonBuiltin enumerate exit issubclass
|
||||
syn keyword pythonBuiltin divmod file Ellipsis isinstance open any
|
||||
syn keyword pythonBuiltin locals help filter basestring slice copyright min
|
||||
syn keyword pythonBuiltin super sum tuple hex execfile long id chr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue