[Python-Dev] Implementation of variable sized objects.
Eric Smith
eric at trueblade.com
Wed Mar 9 14:37:41 CET 2011
More information about the Python-Dev mailing list
Wed Mar 9 14:37:41 CET 2011
- Previous message: [Python-Dev] Implementation of variable sized objects.
- Next message: [Python-Dev] Summer of Code: call for ideas and mentors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3/9/2011 7:55 AM, Mark Shannon wrote: > Hi, > > I hope this is the right place to ask this. > > Do anyone know why the str (unicode) object is implemented > with an external buffer like list, rather than internal one like > tuple and bytes? > Would anything bad happen if it were changed? > > I'm not suggesting any changes, just doing some research. See http://bugs.python.org/issue1943 Eric.
- Previous message: [Python-Dev] Implementation of variable sized objects.
- Next message: [Python-Dev] Summer of Code: call for ideas and mentors
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list