[issue20970] [doc] contradictory documentation for prog option of argparse

2022-03-01 Thread Irit Katriel
Irit Katriel added the comment: @lilbludot - is this your GitHub account? https://github.com/lilbludot (I am asking in order to credit you as coauthor on the GitHub version of your patch). -- nosy: +iritkatriel ___ Python tracker

[issue20970] [doc] contradictory documentation for prog option of argparse

2022-02-26 Thread Stanley
Change by Stanley : -- keywords: +patch nosy: +slateny nosy_count: 6.0 -> 7.0 pull_requests: +29725 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31602 ___ Python tracker __

[issue20970] [doc] contradictory documentation for prog option of argparse

2021-12-03 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch title: contradictory documentation for prog option of argparse -> [doc] contradictory documentation for prog option of argparse type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 __