]> granicus.if.org Git - python/commitdiff
- Mention _heapq in Setup.dist.
authordoko@ubuntu.com <doko@ubuntu.com>
Mon, 10 Sep 2012 09:56:47 +0000 (11:56 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Mon, 10 Sep 2012 09:56:47 +0000 (11:56 +0200)
Modules/Setup.dist

index e02fd770fc7fa5bfb273a8dc0ba9143285cc7246..1121ae64a845b9cc3346622527de7972789c6632 100644 (file)
@@ -177,6 +177,7 @@ GLHACK=-Dclear=__GLclear
 #_testcapi _testcapimodule.c    # Python C API test module
 #_random _randommodule.c       # Random number generator
 #_collections _collectionsmodule.c # Container types
+#_heapq _heapqmodule.c         # Heapq type
 #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