[Python-checkins] r82695 - in python/branches/import_unicode: Doc/library/sys.rst Python/import.c

Victor Stinner victor.stinner at haypocalc.com
Fri Jul 9 02:19:09 CEST 2010


> New Revision: 82695
> 
> Log:
> _find_module() fills directly path argument
> 
>  * find_module(): rename "path" argument to "search_path"
>  * find_module(): result can be NULL
>  * reject bytes path
>  * fix refleak

Reject bytes path is temporary. I think that I can restore support of bytes 
using PyUnicode_DecodeFSDefault().

-- 
Victor Stinner
http://www.haypocalc.com/


More information about the Python-checkins mailing list