[issue42162] The license page for Python 3.0 is messed up

2020-10-26 Thread MaT1g3R
New submission from MaT1g3R : Page in question: https://docs.python.org/3.0/license.html The page still shows up in web searches (this is how I found the error) I tracked down the error to this commit, but I couldn't find a relevant branch to fix it: 4ca04b67f00edabe86072446f059adcb70eafcdd

[issue38836] Links are duplicated in documentation search result

2019-11-18 Thread MaT1g3R
New submission from MaT1g3R : When I do a search in documentation, for example: https://docs.python.org/3.9/search.html?q=os.walk The links in the results are sometimes duplicated, for example this link below shows up twice in the search result: https://docs.python.org/3.9/library/os.html

[issue32867] argparse assertion failure with multiline metavars

2018-02-23 Thread MaT1g3R
MaT1g3R <peijun...@protonmail.com> added the comment: I tried to include line breaks for listing options for a positional argument. The default metavar for that is something like {opt1, opt2, op3}, however I wanted it to display the options on separate

[issue32867] argparse assertion failure with multiline metavars

2018-02-17 Thread MaT1g3R
New submission from MaT1g3R <peijun...@protonmail.com>: If I run this script with -h -8<-- from argparse import ArgumentParser mapping = ['123456', '12345', '12345', '123'] p = ArgumentParser('11') p.add_argument('-v', '--verbose', help='verbose mode