s=str(binary)

gert gert.cuykens at gmail.com
Mon Jan 19 20:54:07 EST 2009


How do you convert s back to binary data in python 3 so I can put in a
sqlite blob ?
Is there a build in function or do I need to use binascii ?
byte(s) or bin(s) would make more sense but can not figure it out ?



More information about the Python-list mailing list