On 21Nov2019 1337, Jason Killen wrote:
I'm good, not discouraged. Thank you for the explanation I've got my bearings now. I will try and figure out what's missing with the new config system. If you have tips or reading material or anything else I should know just send it on otherwise I'll start googling.
Googling won't get you too far right now; you won't find much besides what's in the docs and PEPs (there are a couple of blog posts, but nothing that really adds much colour or detail yet).
FWIW, we added the cpython.run_* events to make it easier to handle/block configuration options like "-c" and "-m" without having to parse the entire command line. You can see all the events at https://docs.python.org/3.8/library/audit_events.html (though some won't be raised until 3.8.1... we should probably mark those, or at least update that page to warn that events may have been added over time).
Cheers, Steve _______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/7ZD62K2U6VSP6W5JXFFKSYWKFFFHITMF/ Code of Conduct: http://python.org/psf/codeofconduct/