mirror of https://github.com/python/cpython
Merge 67349 from the trunk:
- Modules/Setup.dist: Mention _functools in section "Modules that should always be present (non UNIX dependent)"
This commit is contained in:
parent
74b458ceb2
commit
b19dd66833
|
@ -179,6 +179,7 @@ GLHACK=-Dclear=__GLclear
|
|||
#_collections _collectionsmodule.c # Container types
|
||||
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||
#strop stropmodule.c # String manipulations
|
||||
#_functools functoolsmodule.c # Tools for working with functions and callable objects
|
||||
|
||||
#unicodedata unicodedata.c # static Unicode character database
|
||||
|
||||
|
|
Loading…
Reference in New Issue