On Wed, Apr 16, 2008 at 11:05 AM, Jason Orendorff <[EMAIL PROTECTED]> wrote: > There really are two use cases here: a human-readable repr for > error/warning/log messages; and a machine-readable, always-the-same, > ASCII-only repr. Users want to be able to tweak the former.
Does machine-readable require ASCII-only, and does repr() guarantee this? It sounded like the worries about not escaping Unicode characters were related to it not visually distinguishing between different encodings for the same visual results (as their machine-readable Unicode strings, or encoded UTF-8 bytestreams, would already differ). -- Michael Urman _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com