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 legnaleurc
Recipients berker.peksag, legnaleurc, r.david.murray
Date 2016-07-01.13:45:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467380739.8.0.855357380939.issue27413@psf.upfronthosting.co.za>
In-reply-to
Content
> 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)
History
Date User Action Args
2016-07-01 13:45:39legnaleurcsetrecipients: + legnaleurc, r.david.murray, berker.peksag
2016-07-01 13:45:39legnaleurcsetmessageid: <1467380739.8.0.855357380939.issue27413@psf.upfronthosting.co.za>
2016-07-01 13:45:39legnaleurclinkissue27413 messages
2016-07-01 13:45:39legnaleurccreate