On Fri, Oct 22, 2021 at 12:37:11PM -0000, Tom Pohl wrote: > A question for the Python experts: What is the correct technical term > for a functionality like "http.server", i.e., a module with an actual > "main" function?
"A module which can be imported as a library, and also executed as a script or application." -- Steve _______________________________________________ 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/6CEDQU7TR23VKQMEP6LT37VVDOHZDPOA/ Code of Conduct: http://python.org/psf/codeofconduct/
