Message107289
> There's no way for a buffer compatible object to tell the
> arg parser that it is storing text data.
I think that the buffer protocol targets byte strings/arrays, and that unicode type should be enough.
If applications have to exchange text data, they use utf8, which is a byte string. I don't see the use case. Open a discussion on python-dev if you would like to continue the discussion because this issue is closed. |
|
Date |
User |
Action |
Args |
2010-06-07 23:04:59 | vstinner | set | recipients:
+ vstinner, lemburg, georg.brandl, eric.araujo, docs@python |
2010-06-07 23:04:58 | vstinner | set | messageid: <1275951898.92.0.197760564329.issue8925@psf.upfronthosting.co.za> |
2010-06-07 23:04:51 | vstinner | link | issue8925 messages |
2010-06-07 23:04:51 | vstinner | create | |
|