• Victor Stinner's avatar
    bpo-37388: Development mode check encoding and errors (GH-14341) · 22eb689c
    Victor Stinner yazdı
    In development mode and in debug build, encoding and errors arguments
    are now checked on string encoding and decoding operations. Examples:
    open(), str.encode() and bytes.decode().
    
    By default, for best performances, the errors argument is only
    checked at the first encoding/decoding error, and the encoding
    argument is sometimes ignored for empty strings.
    22eb689c
Adı
Son kayıt (commit)
Son güncelleme
..
clinic Loading commit data...
_iomodule.c Loading commit data...
_iomodule.h Loading commit data...
bufferedio.c Loading commit data...
bytesio.c Loading commit data...
fileio.c Loading commit data...
iobase.c Loading commit data...
stringio.c Loading commit data...
textio.c Loading commit data...
winconsoleio.c Loading commit data...