[Python-ideas] sys.args

anatoly techtonik techtonik at gmail.com
Fri Jul 26 16:39:18 CEST 2013


sys.argv is an atavism with not intuitive name, how about sys.args for
program arguments only?

if not sys.args:
  print("usage: ...")

--
anatoly t.


More information about the Python-ideas mailing list