diff options
author | Georg Brandl <georg@python.org> | 2008-09-21 07:31:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-21 07:31:52 (GMT) |
commit | a438c85a8891ae8eb1cae401089043cd3d41bdd7 (patch) | |
tree | f5417e2c995bab38a3a9665de059079bbe93afc4 | |
parent | e4c1f11e20aab8686df4339c8d83b17eb053948b (diff) | |
download | cpython-a438c85a8891ae8eb1cae401089043cd3d41bdd7.zip cpython-a438c85a8891ae8eb1cae401089043cd3d41bdd7.tar.gz cpython-a438c85a8891ae8eb1cae401089043cd3d41bdd7.tar.bz2 |
#3897: _collections now has an underscore.
-rw-r--r-- | Modules/Setup.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index b7df319..c67dad4 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -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 |