This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy, vstinner
Date 2011-03-19.23:01:43
SpamBayes Score 5.0431227e-06
Marked as misclassified No
Message-id <1300575704.64.0.271721333849.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
> 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()
History
Date User Action Args
2011-03-19 23:01:44vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-03-19 23:01:44vstinnersetmessageid: <1300575704.64.0.271721333849.issue3080@psf.upfronthosting.co.za>
2011-03-19 23:01:44vstinnerlinkissue3080 messages
2011-03-19 23:01:44vstinnercreate