]> granicus.if.org Git - python/commit
This is now the "real" main program -- it calls Py_Main(argc, argv)
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:25:33 +0000 (19:25 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 19:25:33 +0000 (19:25 +0000)
commit4c04be64b38d9f44f4b80fdabf3ef81d88717d83
treeb348dd6c608e44e90deaa6f7a982f4db98b96a9a
parent3768fb1097b0c253716b46313510c27c5afb31f9
This is now the "real" main program -- it calls Py_Main(argc, argv)
which is in the library and does all the work.
Modules/python.c [new file with mode: 0644]