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.03:18:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161120031757.12405.37427.E814C8E6@psf.io>
In-reply-to
Content
New changeset e076ace7b0ff by Steve Dower in branch '3.5':
Issue #28732: Raise ValueError when argv[0] is empty.
https://hg.python.org/cpython/rev/e076ace7b0ff

New changeset af78b33704af by Steve Dower in branch '3.6':
Issue #28732: Raise ValueError when argv[0] is empty
https://hg.python.org/cpython/rev/af78b33704af

New changeset fc6f757e53de by Steve Dower in branch 'default':
Issue #28732: Raise ValueError when argv[0] is empty
https://hg.python.org/cpython/rev/fc6f757e53de
History
Date User Action Args
2016-11-20 03:18:00python-devsetrecipients: + python-dev, paul.moore, vstinner, tim.golden, zach.ware, eryksun, steve.dower, srinim
2016-11-20 03:18:00python-devlinkissue28732 messages
2016-11-20 03:18:00python-devcreate