Added bytes for python 3
This commit is contained in:
		| @@ -106,5 +106,6 @@ if six.PY2: | |||||||
| else: | else: | ||||||
|     cql_encoders.update({ |     cql_encoders.update({ | ||||||
|         memoryview: cql_encode_bytes, |         memoryview: cql_encode_bytes, | ||||||
|  |         bytes: cql_encode_bytes, | ||||||
|         type(None): cql_encode_none, |         type(None): cql_encode_none, | ||||||
|     }) |     }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tim Savage
					Tim Savage