Kaydet (Commit) 2a2385db authored tarafından Raymond Hettinger's avatar Raymond Hettinger

SF bug #1160187: Setup file needs entries for collections, itertools, strop

üst 953f98d4
...@@ -170,6 +170,10 @@ GLHACK=-Dclear=__GLclear ...@@ -170,6 +170,10 @@ GLHACK=-Dclear=__GLclear
#operator operator.c # operator.add() and similar goodies #operator operator.c # operator.add() and similar goodies
#_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
#collections collectionsmodule.c # Container types
#itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#strop stropmodule.c # String manipulations
#unicodedata unicodedata.c # static Unicode character database #unicodedata unicodedata.c # static Unicode character database
......
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