diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-02-22 12:57:58 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-02-22 12:57:58 (GMT) |
commit | 131733a2b9918d0d85930f8f5d80606fda5b066e (patch) | |
tree | 72d1cd27812c66a4c8965082e214188b551c4ac1 /Modules/Setup.dist | |
parent | c1a2657381f8e5baf9dcabb5ae7e32e2c3dceca0 (diff) | |
download | cpython-131733a2b9918d0d85930f8f5d80606fda5b066e.zip cpython-131733a2b9918d0d85930f8f5d80606fda5b066e.tar.gz cpython-131733a2b9918d0d85930f8f5d80606fda5b066e.tar.bz2 |
- Modules/Setup.dist: Mention _heapq
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 71529e7..ef85db3 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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 |