[Python-ideas] int()
Liam Marsh
liam.marsh.home at gmail.com
Tue Feb 11 19:38:03 CET 2014
Hello,
do you think it is possible to operate with bytes like with ints?
useing the fact than
ord('A')==65 ;
will it possible to use b'A' like 65 or 00100001, in binary, for example
for encryption of files, etc...
thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20140211/c3809b57/attachment.html>
More information about the Python-ideas
mailing list