On Tue, Oct 19, 2021 at 7:32 AM Tom Pohl <[email protected]> wrote:
> You are absolutely right, the functionality is there, but the idea is to > make it easily available from the command line. > > With the proposed functionality, the urllib could provide a download entry > point which would make the line look like this: > > RUN python -m urrlib.download "https://.../install-poetry.py" | python > I don't know about the others, but I missed that you were talking about an entry point in your initial post. I think that's a great idea -- and we could add a modest set of command line options as well. Folks are always resistant to adding new things, but once written, this would provide a nice feature, and not be difficult to maintain nor disruptive in any way. +1 for sure! -CHB _______________________________________________ > 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/BHSDIRVN4GATW3KO374FPFDTNG7L6ENN/ > Code of Conduct: http://python.org/psf/codeofconduct/ > -- Christopher Barker, PhD (Chris) Python Language Consulting - Teaching - Scientific Software Development - Desktop GUI and Web Development - wxPython, numpy, scipy, Cython
_______________________________________________ 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/3EJLYTA6YGFCJ6LUEGBSNJDKJZKUOOWL/ Code of Conduct: http://python.org/psf/codeofconduct/
