| commit | 3578b77312720061ef3e5a86e3db4f3c968edf56 | [log] [tgz] | 
|---|---|---|
| author | Marc-André Lemburg <mal@egenix.com> | Thu Sep 21 21:08:08 2000 +0000 | 
| committer | Marc-André Lemburg <mal@egenix.com> | Thu Sep 21 21:08:08 2000 +0000 | 
| tree | 2022a0ef31308131e30604085452b25bab79972d | |
| parent | 265a804af22d2513403c295d9218ba41753ca218 [diff] | 
Special case the "s#" PyArg_Parse() token for Unicode objects: "s#" will now return a pointer to the default encoded string data of the Unicode object instead of a pointer to the raw UTF-16 data. The latter is still available via PyObject_AsReadBuffer().