summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authordoko@ubuntu.com <doko@ubuntu.com>2012-09-10 09:56:47 (GMT)
committerdoko@ubuntu.com <doko@ubuntu.com>2012-09-10 09:56:47 (GMT)
commit8fa3be2bc85295442b90410bc7616c306d671bee (patch)
treeb17d315010e40f8b6d97a2253c761e1b023d146e /Modules/Setup.dist
parent8c1bce00d25ddda20d4e760e5771324865ddae17 (diff)
downloadcpython-8fa3be2bc85295442b90410bc7616c306d671bee.zip
cpython-8fa3be2bc85295442b90410bc7616c306d671bee.tar.gz
cpython-8fa3be2bc85295442b90410bc7616c306d671bee.tar.bz2
- Mention _heapq in Setup.dist.
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index e02fd77..1121ae6 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -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