• Victor Stinner's avatar
    Issue #8711: Document PyUnicode_DecodeFSDefault*() functions · 77c38624
    Victor Stinner yazdı
     * Add paragraph titles to c-api/unicode.rst.
     * Fix PyUnicode_DecodeFSDefault*() comment: it now uses the "surrogateescape"
       error handler (and not "replace")
     * Remove "The function is intended to be used for paths and file names only
       during bootstrapping process where the codecs are not set up." from
       PyUnicode_FSConverter() comment: it is used after the bootstrapping and for
       other purposes than file names
    77c38624
unicodeobject.h 58.8 KB