Marc-Andre Lemburg <m...@egenix.com> added the comment:

If you want to do this correctly, you have to check each case:

* if "unicode object" refers to a C PyUnicode object, it's probably better to 
use "PyUnicode object"
* if "unicode object" refers to a C PyObject object, with type "unicode", it's 
probably better to leave it as is
* if "unicode object" refers to a Python unicode object, it's probably better 
to call it "Unicode string object" or just "string object" in Python 3
* if "unicode object" does not indicate whether Python or C is meant, "Unicode 
object" is probably better

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31873>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to