[issue2504] Add gettext.pgettext() and variants support

2016-11-16 Thread Tristan Fisher
Changes by Tristan Fisher <tristan.fis...@gmail.com>: -- nosy: +Tristan.Fisher ___ Python tracker <rep...@bugs.python.org> <http://bugs.pytho

[issue22500] Argparse always stores True for positional arguments

2014-09-25 Thread Tristan Fisher
New submission from Tristan Fisher: It's my understanding that giving the action=store_true to an argument in argparse defaults to False. When using non-double-dashed/positional arguments, the argument resorts to True (even if explicitly marked default=False). I've attached a minimal example