diff options
author | Raymond Hettinger <python@rcn.com> | 2003-02-01 00:10:11 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-02-01 00:10:11 (GMT) |
commit | 96ef8115dd6ed006f5fc44fa1b577db23485224c (patch) | |
tree | 542890a099c40a37a2be9368d011734301c26516 /PCbuild | |
parent | 506be287aabe4349956813407dace69dc8d38d36 (diff) | |
download | cpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.zip cpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.tar.gz cpython-96ef8115dd6ed006f5fc44fa1b577db23485224c.tar.bz2 |
Move itertools module from the sandbox and into production.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.dsp b/PCbuild/pythoncore.dsp index 5a84506..adcb706 100644 --- a/PCbuild/pythoncore.dsp +++ b/PCbuild/pythoncore.dsp @@ -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
|