[pycrypto] PyCrypto status update & release plans

Arfrever Frehtes Taifersar Arahesis arfrever.fta at gmail.com
Sat Oct 5 23:44:10 PDT 2013


2013-09-09 09:03 Dwayne Litzenberger napisał(a):
> - The `b()` function in Python 3 can also be expensive, since it 
>    allocates memory for a new bytestring on every invocation.
> 
> My solutions to both of these problems require Python 2.2 or later.
> 
> ...
> 
> * 2.7 - Remove Python 2.1 compatibility stuff.
>      - Python 2.2 or later required.
>      ...
>      - Replace b() function calls with b"" literals in Python.

b"" literals require Python >=2.6, not >=2.2.

--
Arfrever Frehtes Taifersar Arahesis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.dlitz.net/pipermail/pycrypto/attachments/20131006/2491f0f6/attachment.sig>


More information about the pycrypto mailing list