[Python-Dev] Support byte string API of Windows in Python3?
Victor Stinner
victor.stinner at haypocalc.com
Mon Apr 19 12:17:16 CEST 2010
Le lundi 19 avril 2010 11:33:58, Victor Stinner a écrit :
> I'm working on surrogates in filenames on Linux (...)
Related issues:
#8391: os.execvpe() doesn't support surrogates in env
#8393: subprocess: support undecodable current working directory on POSIX OS
#8394: ctypes.dlopen() doesn't support surrogates
#8412: os.system() doesn't support surrogates nor bytes
I fixed the 3 last issues (#8393, #8394, #8412) for non-Windows OS.
--
Victor Stinner
http://www.haypocalc.com/
More information about the Python-Dev
mailing list