This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update doc of argparse.rst
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.9
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, mdk, rhettinger, shihai1991
Priority: normal Keywords: patch

Created on 2020-02-02 05:29 by shihai1991, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18306 closed shihai1991, 2020-02-02 05:33
Messages (1)
msg361213 - (view) Author: Hai Shi (shihai1991) * (Python triager) Date: 2020-02-02 05:29
1. examples don't need import argparse much times(IMHO, it should be a default behavior);
2. argparse have no doctest, it's not a good behavior;
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83708
2020-02-03 19:50:35rhettingersetstatus: open -> closed
resolution: rejected
stage: patch review -> resolved
2020-02-02 05:33:33shihai1991setkeywords: + patch
stage: patch review
pull_requests: + pull_request17683
2020-02-02 05:29:55shihai1991create