STINNER Victor <victor.stin...@haypocalc.com> added the comment:

> Replace open_exclusive() by fopen(name, "wb") on Windows: is it correct?

I reverted this change in my Mercurial branch (unicode_import).

> rename xxxobj => xxx to keep original names and have a short patch

done

> catch encoding errors in case_ok()

done

> don't encode in case_ok() if case_ok() does nothing (eg. on Linux)

done

> find a better name for find_module2()

done: find_module_path_list() and find_module_path()

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3080>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to