mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 03:56:05 +00:00
In Python 3, bytes has only a decode() method, and string has only an encode() method. [1] The modules quopri and base64 from the Python Standard Library perform quoted-printable transport encoding and decoding with both Python 2 [2] and Python 3 [3]. [1] https://docs.python.org/3/howto/pyporting.html#text-versus-binary-data [2] https://docs.python.org/2/library/quopri.html [3] https://docs.python.org/3/library/quopri.html Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> |
||
|---|---|---|
| .. | ||
| c | ||
| py | ||
| Makefile | ||