Commits on Source (5)
-
They are binary data. This is necessary on Python 3.
db1e9ae1 -
This fixes the following error from os.write() on Python 3: TypeError: a bytes-like object is required, not 'str'
390a1ac8 -
On Python 3, {}.keys() returns a dict_keys object, which has no sort() method. We have to turn it to a list first.
ef79a388 -
This is necessary for Python 3.
67febc75 -
This is necessary for Python 3.
bf084ff6