Python Forum
the -m option for python command - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: the -m option for python command (/thread-31921.html)



the -m option for python command - Skaperen - Jan-09-2021

the man page says -m runs the .py file. does this mean it ignores the .pyc file even if newer?