Staging
v0.5.1
https://github.com/python/cpython
Revision 7da8c0aee2039685f3eff878610684f94f7f7873 authored by Miss Islington (bot) on 12 September 2019, 16:04:34 UTC, committed by GitHub on 12 September 2019, 16:04:34 UTC

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

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

Co-authored-by: Daniel Hahler <github@thequod.de>
1 parent e3c25fc
History
Tip revision: 7da8c0aee2039685f3eff878610684f94f7f7873 authored by Miss Islington (bot) on 12 September 2019, 16:04:34 UTC
closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193)
Tip revision: 7da8c0a
File Mode Size
clinic
README -rw-r--r-- 2.7 KB
_codecs_cn.c -rw-r--r-- 10.6 KB
_codecs_hk.c -rw-r--r-- 5.0 KB
_codecs_iso2022.c -rw-r--r-- 33.0 KB
_codecs_jp.c -rw-r--r-- 19.9 KB
_codecs_kr.c -rw-r--r-- 12.7 KB
_codecs_tw.c -rw-r--r-- 2.3 KB
alg_jisx0201.h -rw-r--r-- 3.1 KB
cjkcodecs.h -rw-r--r-- 14.0 KB
emu_jisx0213_2000.h -rw-r--r-- 2.7 KB
mappings_cn.h -rw-r--r-- 312.4 KB
mappings_hk.h -rw-r--r-- 179.4 KB
mappings_jisx0213_pair.h -rw-r--r-- 3.7 KB
mappings_jp.h -rw-r--r-- 356.9 KB
mappings_kr.h -rw-r--r-- 247.9 KB
mappings_tw.h -rw-r--r-- 198.8 KB
multibytecodec.c -rw-r--r-- 57.7 KB
multibytecodec.h -rw-r--r-- 4.2 KB

README

back to top