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 <[EMAIL PROTECTED]> wrote: > On 7/20/07, Guido van Rossum <[EMAIL PROTECTED]> 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/) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
