> Aside from the name, are there other issues you can think of with any
> of the API changes?  There are some small changes, things like macros
> only having a function form.  Are these a problem?
> 
> Str/unicode is going to be a big change.  Any thoughts there?

We need some rules on what the character set is on the C level.
E.g. if you do PyString_FromStringAndSize, is that ASCII, Latin-1,
UTF-8? Likewise, what is the encoding in PyArg_ParseTuple for s
and s# parameters?

Regards,
Martin
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to