Skip to content

[3.7] closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)#16067

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-855df7f-3.7
Sep 12, 2019
Merged

[3.7] closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)#16067
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-855df7f-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Sep 12, 2019

The "--" should not be included with long options passed to
getopt.getopt.

Fixes https://bugs.python.org/issue37803
(cherry picked from commit 855df7f)

Co-authored-by: Daniel Hahler github@thequod.de

https://bugs.python.org/issue37803

…ythonGH-15193)

The "--" should not be included with long options passed to
getopt.getopt.

Fixes https://bugs.python.org/issue37803
(cherry picked from commit 855df7f)

Co-authored-by: Daniel Hahler <github@thequod.de>
@miss-islington
Copy link
Copy Markdown
Contributor Author

@blueyed and @benjaminp: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 7da8c0a into python:3.7 Sep 12, 2019
@miss-islington miss-islington deleted the backport-855df7f-3.7 branch September 12, 2019 16:04
@miss-islington
Copy link
Copy Markdown
Contributor Author

@blueyed and @benjaminp: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants