271
249
# bogus. So set the attribute, so we can find the correct encoding later.
272
250
self.outf.encoding = output_encoding
274
260
def run_argv_aliases(self, argv, alias_argv=None):
275
261
"""Parse the command line and run with extra aliases in alias_argv."""
278
264
DeprecationWarning, stacklevel=2)
280
266
args, opts = parse_args(self, argv, alias_argv)