mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
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
310d1394d9
commit
8aea286745
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ _symtable symtablemodule.c
|
||||||
#_collections _collectionsmodule.c # Container types
|
#_collections _collectionsmodule.c # Container types
|
||||||
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||||
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
#atexit atexitmodule.c # Register functions to be run at interpreter-shutdown
|
||||||
|
#_functools functoolsmodule.c # Tools for working with functions and callable objects
|
||||||
|
|
||||||
#unicodedata unicodedata.c # static Unicode character database
|
#unicodedata unicodedata.c # static Unicode character database
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue