• Victor Stinner's avatar
    bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) · 689830ee
    Victor Stinner yazdı
    The os.getcwdb() function now uses the UTF-8 encoding on Windows,
    rather than the ANSI code page: see PEP 529 for the rationale. The
    function is no longer deprecated on Windows.
    
    os.getcwd() and os.getcwdb() now detect integer overflow on memory
    allocations. On Unix, these functions properly report MemoryError on
    memory allocation failure.
    689830ee
Adı
Son kayıt (commit)
Son güncelleme
..
NEWS.d Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-embed.pc.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...