This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ajaksu2, amaury.forgeotdarc, benjamin.peterson, collinwinter, eric.smith, ezio.melotti, gvanrossum, jafo, jimjjewett, lemburg, orivej, pitrou, rhettinger
Date 2009-06-05.16:17:26
SpamBayes Score 9.606453e-07
Marked as misclassified No
Message-id <1244218783.5306.12.camel@localhost>
In-reply-to <4A293FE4.6080605@egenix.com>
Content
> Note that in Python 2.x you don't have such issues because
> there, most tools for text processing will happily work on
> any sort of buffer, so you don't need a string sub-type
> in order to implement e.g. references into another string
> (the buffer type will allow you to do this easily).

The new buffer API has a provision for type flags, although none of them
had a chance to be implemented by the original author before he ran
away...
There could be a type flag for unicode characters and then its support
could be implemented in the memoryview object.
History
Date User Action Args
2009-06-05 16:17:28pitrousetrecipients: + pitrou, lemburg, gvanrossum, collinwinter, rhettinger, jafo, jimjjewett, amaury.forgeotdarc, eric.smith, ajaksu2, benjamin.peterson, orivej, ezio.melotti
2009-06-05 16:17:26pitroulinkissue1943 messages
2009-06-05 16:17:26pitroucreate