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.

Author carmenbianca
Recipients carmenbianca
Date 2019-05-10.12:49:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557492587.83.0.213124503986.issue36875@roundup.psfhosted.org>
In-reply-to
Content
I have created a prototype for the proposed fix here:

https://github.com/carmenbianca/argparse

I'm not a regular Python contributor, so I simply copied argparse.py out of Lib and started working on my own copy.

The changes are, all things considered, not very big. But it would add a `locale` directory in Lib, which I'm not sure is okay or not.

There would also need to be a mechanism in the build process that puts the compiled MO files in Lib/locale/*language*/LC_MESSAGES/argparse.mo.
History
Date User Action Args
2019-05-10 12:49:47carmenbiancasetrecipients: + carmenbianca
2019-05-10 12:49:47carmenbiancasetmessageid: <1557492587.83.0.213124503986.issue36875@roundup.psfhosted.org>
2019-05-10 12:49:47carmenbiancalinkissue36875 messages
2019-05-10 12:49:47carmenbiancacreate