Move itertools module from the sandbox and into production.

This commit is contained in:
Raymond Hettinger 2003-02-01 00:10:11 +00:00
parent 506be287aa
commit 96ef8115dd
8 changed files with 2027 additions and 0 deletions

View file

@ -323,6 +323,10 @@ SOURCE=..\Objects\iterobject.c
# End Source File
# Begin Source File
SOURCE=..\Modules\itertoolsmodule.c
# End Source File
# Begin Source File
SOURCE=..\Parser\listnode.c
# End Source File
# Begin Source File