[issue5245] PyRun_SimpleStringFlags() documentation

2009-03-31 Thread Georg Brandl
Georg Brandl added the comment: Documented in r70855. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue5245] PyRun_SimpleStringFlags() documentation

2009-02-13 Thread Rogi
New submission from Rogi : From teh docs: http://docs.python.org/c-api/veryhigh.html int PyRun_SimpleStringFlags(const char *command, PyCompilerFlags *flags)ΒΆ Executes the Python source code from command in the __main__ module according to the flags argument. If __main__ does not already exi