]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Modules/Setup.dist: Mention _heapq
authorMatthias Klose <doko@ubuntu.com>
Sun, 22 Feb 2009 12:57:58 +0000 (12:57 +0000)
committerMatthias Klose <doko@ubuntu.com>
Sun, 22 Feb 2009 12:57:58 +0000 (12:57 +0000)
Modules/Setup.dist

index 71529e7df92cfb245e047cda76ad6ec25abca59f..ef85db3592ca195cb33e35e8e3e05a1334c353c7 100644 (file)
@@ -169,6 +169,7 @@ _symtable symtablemodule.c
 #_pickle _pickle.c     # pickle accelerator
 #datetime datetimemodule.c     # date/time type
 #_bisect _bisectmodule.c       # Bisection algorithms
+#_heapq _heapqmodule.c # Heap queue algorithm
 
 #unicodedata unicodedata.c    # static Unicode character database