[Python-Dev] What to do for bytes in 2.6? (original) (raw)

Facundo Batista facundobatista at gmail.com
Fri Jan 18 17:15:48 CET 2008


2008/1/18, Guido van Rossum <guido at python.org>:

I don't think any of that is necessary. I would rather have the following two in the language by default (see my response to Terry and Raymond):

bytes is an alias for str (not even a subclass) b"" is an alias for ""

+1

-- . Facundo

Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/



More information about the Python-Dev mailing list