[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
- Previous message: [Python-Dev] What to do for bytes in 2.6?
- Next message: [Python-Dev] What to do for bytes in 2.6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message: [Python-Dev] What to do for bytes in 2.6?
- Next message: [Python-Dev] What to do for bytes in 2.6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]