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 paul.j3
Recipients eric.smith, jol, paul.j3
Date 2019-07-06.01:21:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562376100.46.0.0706808037235.issue37510@roundup.psfhosted.org>
In-reply-to
Content
There are earlier bug/issues about the '--'.  

Also look at the parser code itself.  Keep in mind that parsing is done in two passes - once to identify flags versus arguments ('O/A') and then to allocate strings to arguments.  I don't recall when '--' is being handled, possibly in both.
History
Date User Action Args
2019-07-06 01:21:40paul.j3setrecipients: + paul.j3, eric.smith, jol
2019-07-06 01:21:40paul.j3setmessageid: <1562376100.46.0.0706808037235.issue37510@roundup.psfhosted.org>
2019-07-06 01:21:40paul.j3linkissue37510 messages
2019-07-06 01:21:40paul.j3create