[Python-Dev] Implementation of variable sized objects.
Mark Shannon
marks at dcs.gla.ac.uk
Wed Mar 9 13:55:19 CET 2011
More information about the Python-Dev mailing list
Wed Mar 9 13:55:19 CET 2011
- Previous message: [Python-Dev] Summer of Code: call for ideas and mentors
- Next message: [Python-Dev] Implementation of variable sized objects.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. Cheers, Mark.
- Previous message: [Python-Dev] Summer of Code: call for ideas and mentors
- Next message: [Python-Dev] Implementation of variable sized objects.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list