• Nick Coghlan's avatar
    Close #17839: support bytes-like objects in base64 module · fdf239a8
    Nick Coghlan yazdı
    This mostly affected the encodebytes and decodebytes function
    (which are used by base64_codec)
    
    Also added a test to ensure all bytes-bytes codecs can handle
    memoryview input and tests for handling of multidimensional
    and non-bytes format input in the modern base64 API.
    fdf239a8
base64.py 12.5 KB