mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
#3897: _collections now has an underscore.
This commit is contained in:
parent
e4c1f11e20
commit
a438c85a88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue