classification
Title: Bytes alias for 2.6
Type: feature request
Components: Interpreter Core Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, gvanrossum
Priority: normal Keywords: patch

Created on 2008-01-18 16:23 by christian.heimes, last changed 2008-01-18 18:25 by christian.heimes.

Files
File name Uploaded Description Edit Remove
trunk_bytes.patch christian.heimes, 2008-01-18 16:23
Messages
msg60099 (view) Author: Christian Heimes (christian.heimes) Date: 2008-01-18 16:23
As discussed on the ml. It adds a bytes builtin and syntax for b"" and br"".
msg60104 (view) Author: Guido van Rossum (gvanrossum) Date: 2008-01-18 18:10
Looks like you forgot tokenize.py

Make sure none of this gets merged into 3.0!
msg60106 (view) Author: Christian Heimes (christian.heimes) Date: 2008-01-18 18:25
Applied in r60052. I'll run a svnmerge now and exclude the revision from
the merge.
History
Date User Action Args
2008-01-18 18:25:18christian.heimessetstatus: open -> closed
resolution: fixed
messages: + msg60106
2008-01-18 18:10:05gvanrossumsetnosy: + gvanrossum
messages: + msg60104
2008-01-18 16:23:31christian.heimescreate