Commit a438c85a authored by Georg Brandl's avatar Georg Brandl

#3897: _collections now has an underscore.

parent e4c1f11e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment