mirror of
https://github.com/python/cpython.git
synced 2025-09-17 06:06:25 +00:00
- Mention _heapq in Setup.dist.
This commit is contained in:
parent
8c1bce00d2
commit
8fa3be2bc8
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ GLHACK=-Dclear=__GLclear
|
||||||
#_testcapi _testcapimodule.c # Python C API test module
|
#_testcapi _testcapimodule.c # Python C API test module
|
||||||
#_random _randommodule.c # Random number generator
|
#_random _randommodule.c # Random number generator
|
||||||
#_collections _collectionsmodule.c # Container types
|
#_collections _collectionsmodule.c # Container types
|
||||||
|
#_heapq _heapqmodule.c # Heapq type
|
||||||
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||||
#strop stropmodule.c # String manipulations
|
#strop stropmodule.c # String manipulations
|
||||||
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
|
#_functools _functoolsmodule.c # Tools for working with functions and callable objects
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue