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 python-dev
Recipients eryksun, paul.moore, python-dev, srinim, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-11-20.02:53:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161120025344.40975.41061.831F670F@psf.io>
In-reply-to
Content
New changeset 1a9e4b465497 by Steve Dower in branch '3.6':
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
https://hg.python.org/cpython/rev/1a9e4b465497

New changeset 75824899f0dd by Steve Dower in branch 'default':
Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of arguments
https://hg.python.org/cpython/rev/75824899f0dd
History
Date User Action Args
2016-11-20 02:53:47python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, srinim
2016-11-20 02:53:47python-devlinkissue28732 messages
2016-11-20 02:53:47python-devcreate