]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#3897: _collections now has an underscore.
authorGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:31:52 +0000 (07:31 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:31:52 +0000 (07:31 +0000)
Modules/Setup.dist

index b7df3199e88c95cf41924849b09f01d30f4c4603..c67dad4dbf711ffb20a56dc31e7d971e36edffe5 100644 (file)
@@ -176,7 +176,7 @@ GLHACK=-Dclear=__GLclear
 #_weakref _weakref.c   # basic weak reference support
 #_testcapi _testcapimodule.c    # Python C API test module
 #_random _randommodule.c       # Random number generator
-#collections collectionsmodule.c # Container types
+#_collections _collectionsmodule.c # Container types
 #itertools itertoolsmodule.c   # Functions creating iterators for efficient looping 
 #strop stropmodule.c           # String manipulations