[issue16520] subprocess.Popen() TypeError message incorrect without args argument

Chris Jerdonek report at bugs.python.org
Wed Nov 21 19:46:07 CET 2012


Chris Jerdonek added the comment:

> TypeError: __init__() missing 1 required positional argument: 'args'

I think something like the following would be more correct:

__init__() missing argument for parameter 'args'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16520>
_______________________________________


More information about the Python-bugs-list mailing list