◐ Shell
clean mode source ↗

Message 273819 - Python tracker

> 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.