[Python-Dev] Non-ASCII characters in test_pep277.py in 2.3

Barry A. Warsaw barry@python.org
Mon, 7 Oct 2002 09:59:15 -0400


>>>>> "MAL" == M  <mal@lemburg.com> writes:

    MAL> I just checked my SuSE 8.0 XEmacs and it seems that it
    MAL> doesn't come with the UTF-8 coding system installed either.

Was that XEmacs built with MULE, and does that matter?  (I'm
struggling with utf-8 issues on the mailman-i18n lists, trying to
decode and display an RFC 2047 header encoded with utf-8.  Doesn't
seem possible).  I just visited the file in my MULE XEmacs 21.4.9 and
it doesn't seem to grok the utf-8 encoding either.

    MAL> Fine with me. I guess we ought to document this somewhere in
    MAL> the Python core programming style guide (if such a document
    MAL> exists ;-).

PEP 8

-Barry