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 stefan
Recipients r.david.murray, stefan
Date 2017-11-15.18:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <8e09624e-deae-b090-dbbf-84b139c83b2c@seefeld.name>
In-reply-to <1510768457.74.0.213398074469.issue32036@psf.upfronthosting.co.za>
Content
On 15.11.2017 12:54, R. David Murray wrote:
> Can you reproduce this without your PosArgsParser?
I can indeed (by simply commenting out the `action` argument to the
`add_argument()` calls).
That obviously results in all positional arguments being accumulated in
the `goal` member, as there is no logic to distinguish `a` from `a=b`
semantically.
History
Date User Action Args
2017-11-15 18:20:18stefansetrecipients: + stefan, r.david.murray
2017-11-15 18:20:18stefanlinkissue32036 messages
2017-11-15 18:20:18stefancreate