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 berker.peksag
Recipients berker.peksag, legnaleurc, r.david.murray, rhettinger, serhiy.storchaka
Date 2016-08-28.10:23:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472379827.42.0.361653135928.issue27413@psf.upfronthosting.co.za>
In-reply-to
Content
> If I'm not misreading your comment, this will change the original behavior, right?

Assuming you also change

   ensure_ascii = not options.no_ensure_ascii

to

   ensure_ascii = options.no_ensure_ascii

no, it won't change the original behavior. That way you won't need to invert the value of ``options.no_ensure_ascii`` in line 37.
History
Date User Action Args
2016-08-28 10:23:47berker.peksagsetrecipients: + berker.peksag, rhettinger, r.david.murray, serhiy.storchaka, legnaleurc
2016-08-28 10:23:47berker.peksagsetmessageid: <1472379827.42.0.361653135928.issue27413@psf.upfronthosting.co.za>
2016-08-28 10:23:47berker.peksaglinkissue27413 messages
2016-08-28 10:23:47berker.peksagcreate