Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3.9.0a1v3.9.0a1 | Ćukasz Langa | 2019-11-19 | 1 | -1/+0 |
| | |||||
* | closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) | Daniel Hahler | 2019-09-12 | 1 | -0/+1 |
The "--" should not be included with long options passed to getopt.getopt. Fixes https://bugs.python.org/issue37803 |