#3897: _collections now has an underscore.

This commit is contained in:
Georg Brandl 2008-09-21 07:31:52 +00:00
parent e4c1f11e20
commit a438c85a88
1 changed files with 1 additions and 1 deletions

View 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