Message 347413 - Python tracker
Message347413
| 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:40 | paul.j3 | set | recipients: + paul.j3, eric.smith, jol |
| 2019-07-06 01:21:40 | paul.j3 | set | messageid: <1562376100.46.0.0706808037235.issue37510@roundup.psfhosted.org> |
| 2019-07-06 01:21:40 | paul.j3 | link | issue37510 messages |
| 2019-07-06 01:21:40 | paul.j3 | create | |