This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients chris.jerdonek, mark.dickinson
Date 2012-11-21.08:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353488163.89.0.0497476673474.issue16520@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think the first part of the report has anything to do with subprocess.Popen:

>>> def f(x):
...     return
... 
>>> f()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: f() missing 1 required positional argument: 'x'

See the related discussion starting at:

http://mail.python.org/pipermail/python-dev/2012-September/121760.html
History
Date User Action Args
2012-11-21 08:56:03mark.dickinsonsetrecipients: + mark.dickinson, chris.jerdonek
2012-11-21 08:56:03mark.dickinsonsetmessageid: <1353488163.89.0.0497476673474.issue16520@psf.upfronthosting.co.za>
2012-11-21 08:56:03mark.dickinsonlinkissue16520 messages
2012-11-21 08:56:03mark.dickinsoncreate