Issue1865
Created on 2008-01-18 16:23 by christian.heimes, last changed 2008-01-18 18:25 by christian.heimes.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
trunk_bytes.patch
|
christian.heimes,
2008-01-18 16:23
|
|
|
|
| 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.
|
|
| Date |
User |
Action |
Args |
| 2008-01-18 18:25:18 | christian.heimes | set | status: open -> closed resolution: fixed messages:
+ msg60106 |
| 2008-01-18 18:10:05 | gvanrossum | set | nosy:
+ gvanrossum messages:
+ msg60104 |
| 2008-01-18 16:23:31 | christian.heimes | create | |
|