Message 337310 - Python tracker (original) (raw)
I like having the functions you added to parse argv into config, and I like that they are separate from setting sys.argv.
Might it be better to go the other way and deprecate calling Main without Initialize? That's easy to fix in Programs/python.c, and eventually Main will just be the "standard" startup sequence based on argv and environ, right?