<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, 8 Apr 2016 at 14:05 Grady Martin <<a href="mailto:sunnycemetery@gmail.com">sunnycemetery@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, all.  I was wondering if the following string was left untouched by gettext for a purpose (from line 720 of argparse.py, in class ArgumentError):<br>
<br>
'argument %(argument_name)s: %(message)s'<br>
<br>
There may be other untranslatable strings in the argparse module, but I have yet to encounter them in the wild.<br></blockquote><div><br></div><div>Probably so that anyone introspecting on the error message can count on somewhat of a consistent format (comes into play with doctest typically). </div></div></div>