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 serhiy.storchaka
Recipients berker.peksag, bethard, christian.heimes, paul.j3, pitrou, rhettinger, serhiy.storchaka, vstinner, wolma, yan12125
Date 2017-04-28.05:43:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493358196.96.0.928900400687.issue30152@psf.upfronthosting.co.za>
In-reply-to
Content
I just realized that is is not so easy to avoid gettext import. gettext is used in the ArgumentParser constructor for localizing names of default groups and the default help (besides they are used only for formatting help). This adds importing the locale module.
History
Date User Action Args
2017-04-28 05:43:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pitrou, bethard, vstinner, christian.heimes, berker.peksag, paul.j3, wolma, yan12125
2017-04-28 05:43:16serhiy.storchakasetmessageid: <1493358196.96.0.928900400687.issue30152@psf.upfronthosting.co.za>
2017-04-28 05:43:16serhiy.storchakalinkissue30152 messages
2017-04-28 05:43:16serhiy.storchakacreate