On 26 Jul, 2007, at 4:07, Greg Ewing wrote:

I initially thought that 'bytes'
was the appropriate type. Unfortunately, bytes is mutable, and I think
it makes sense to hash these constants (and some code in aepack.py
does).

Is this another indication that we should have an
immutable version of the bytes type?

No. Four-character-constants are *not* strings or byte arrays, they are integer literals.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to