There’s no need for this to be a PEP at this point. You only write those after discussion on -ideas, once you have the ideas nailed down, answers to all of the objections, all of the bikeshedding issues out in the open, and consensus that the idea is ready for a final decision.
I’m not even sure this needs a mailing list discussion. I may be wrong, but getting the wrong prog name sounds like a clear bug, so you could just post a bug report on b.p.o and link a pull request on GitHub. If there really are issues to discuss, someone on b.p.o will tell you to take it to -issues or -dev as appropriate. Meanwhile, skimming your proposal: It says it doesn’t work on a Windows. It claims to work on POSIX systems but I’m pretty sure it will not work on macOS, or really anything but Linux, if it’s using the /proc file system for anything nontrivial. Sent from my iPhone > On Aug 23, 2019, at 08:16, Michael Hooreman <[email protected]> wrote: > > Hello, > > I have a proposal to improve support of __main__.py (python -m foobar) > invocation to argparse.ArgumentParser > > You can find attached a PEP draft. > > Unfortunately, I'm not very confident on how to add that PEP and ... > honnestly not very used to github. > > In short, can you help me and advise on this? > > Thanks a lot and best regards, > Michaël Hooreman > > <pep-9999.rst> > _______________________________________________ > Python-ideas mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-ideas.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/VEGHR5GACYW7M6RVNEC323L2V43WJIKP/ > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/XHTJIXI34PHLZQX4I2OLKGQX2UQ77MWS/ Code of Conduct: http://python.org/psf/codeofconduct/
