On 5/23/07, Steve Howell <[EMAIL PROTECTED]> wrote: > 17.7% of the files I searched have calls to open().
My understand is that the mythical "python 2.x -> 3.0" tool will automatically migrate your code by using the AST to find all references to "open" and when finding one, add the correct import and replace the open by the io.open call Regards, Guillaume _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
