Message 269667 - Python tracker
> The patch needs tests and documentation.
Ok, I'll update it later.
>> + parser.add_argument('--no-ensure-ascii', action='store_true', default=False,
>I'd go with ``action='store_false', default=True``.
If I'm not misreading your comment, this will change the original behavior, right? (because options.no_ensure_ascii will be set to True by default)