[Python-Dev] test_quopri is iso-latin-1 centric

Just van Rossum just@letterror.com
Fri, 3 Aug 2001 13:49:12 +0200


Martin von Loewis wrote:

> For test_quopri.py, the best thing would be to replace the characters
> outside range(128) to \x escaped ones, to avoid the problem with Mac
> CVS (which really is the problem here - if you unpack Python from the
> source distribution, the test should pass fine on your system).

It doesn't matter what the problem is: the Python sources that are supposed to
be portable should be 7-bit clean.

Just