[Python-3000-checkins] r56468 - python/branches/py3k-struni/Lib/test/test_doctest.py python/branches/py3k-struni/Lib/test/test_doctest4.txt

Guido van Rossum guido at python.org
Fri Jul 20 19:56:00 CEST 2007


It does.

BTW there's no need to use io.open() just so you can pass
encoding="utf-8" -- the built-in open() is an alias for io.open().

--Guido

On 7/20/07, Collin Winter <collinw at gmail.com> wrote:
> On 7/20/07, Guido van Rossum <guido at python.org> wrote:
> > This seems to have fixed doctest for OSX, but not for my Ubuntu
> > system. I wonder if there's an issue with a different default
> > filesystem encoding? On OSX it's 'utf-8', but on my ubuntu box it says
> > 'ISO-8859-1'.
>
> The attached patch makes test_doctest pass for me on Ubuntu; could you
> try it on OS X?
>
> Collin
>
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000-checkins mailing list