Le lun. 29 juin 2020 à 12:36, Inada Naoki <[email protected]> a écrit : > * UTF16 and UTF32; `int byteorder` parameter.
* UTF-16 byte_order=0 means "UTF-16" encoding * UTF-16 byte_order<0 means "UTF-16-BE" encoding * UTF-16 byte_order>0 means "UTF-16-LE" encoding Same applies for UTF-32. > * UTF7; int base64SetO, int base64WhiteSpace Does anyone use these parameters? I would prefer to ensure that they are used before continuing to maintain code to support these parameters. Victor -- Night gathers, and now my watch begins. It shall not end until my death. _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2RO2NFBNZTZQZ2O6PUNRDVKG25PLLURC/ Code of Conduct: http://python.org/psf/codeofconduct/
