Marius Gedminas
eb99aa8c68
Fix to_bytes(None) on Python 3
...
You cannot call bytes(obj) to get a simple representation of obj on
Python 3! E.g. bytes(42) returns a byte string with 42 NUL characters
instead of b'42'.
2015-08-27 22:15:56 +03:00
..
2015-07-24 14:52:21 -07:00
2015-05-23 20:34:08 +02:00
2015-05-03 21:47:26 -05:00
2015-06-09 17:24:43 -04:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-08-06 17:37:05 -04:00
2015-05-03 21:47:26 -05:00
2015-05-03 21:47:26 -05:00
2015-08-12 10:49:46 -04:00
2015-08-27 22:15:56 +03:00
2015-08-27 22:15:04 +03:00
2015-08-27 22:15:56 +03:00
2015-07-21 00:18:35 -04:00