Commit 8fa3be2b authored by doko@ubuntu.com's avatar doko@ubuntu.com

- Mention _heapq in Setup.dist.

parent 8c1bce00
...@@ -177,6 +177,7 @@ GLHACK=-Dclear=__GLclear ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment