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 ? -- http://mail.python.org/mailman/listinfo/python-list
- s=str(binary) gert
- Re: s=str(binary) John Machin
- Re: s=str(binary) gert
- Re: s=str(binary) John Machin
- Re: s=str(binary) gert
- Re: s=str(binary) gert