#3897: _collections now has an underscore.
This commit is contained in:
parent
e4c1f11e20
commit
a438c85a88
|
@ -176,7 +176,7 @@ GLHACK=-Dclear=__GLclear
|
||||||
#_weakref _weakref.c # basic weak reference support
|
#_weakref _weakref.c # basic weak reference support
|
||||||
#_testcapi _testcapimodule.c # Python C API test module
|
#_testcapi _testcapimodule.c # Python C API test module
|
||||||
#_random _randommodule.c # Random number generator
|
#_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
|
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
|
||||||
#strop stropmodule.c # String manipulations
|
#strop stropmodule.c # String manipulations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue