criu/lib
Radostin Stoyanov cd58de7a2b pb2dict: Resolve Python 2/3 compatibility issues
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>
2019-09-07 15:59:52 +03:00
..
c lib/c: fix coverity DEADCODE 2019-09-07 15:59:50 +03:00
py pb2dict: Resolve Python 2/3 compatibility issues 2019-09-07 15:59:52 +03:00
Makefile Makefiles: auto-detect python version - prefer python2 2018-07-09 18:25:16 +03:00