diff options
author | Emmanuel Arias <eamanu@yaerobi.com> | 2024-02-26 19:20:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 19:20:39 (GMT) |
commit | da382aaf52d761a037874bee27bb5db69906df9e (patch) | |
tree | 15e8cefdbd1f10e0abe506b8ab1df2104b0bd7b2 /Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst | |
parent | 37a13b941394a1337576c67bff35d4a44a1157e2 (diff) | |
download | cpython-da382aaf52d761a037874bee27bb5db69906df9e.zip cpython-da382aaf52d761a037874bee27bb5db69906df9e.tar.gz cpython-da382aaf52d761a037874bee27bb5db69906df9e.tar.bz2 |
gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711)
Co-authored-by: paul.j3
Co-authored-by: Jérémie Detrey <jdetrey@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst b/Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst new file mode 100644 index 0000000..2a663ac --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-06-23-50-59.bpo-33775.0yhMDc.rst @@ -0,0 +1 @@ +Add 'default' and 'version' help text for localization in argparse. |