pyuno: obsolete PyString_* in favor of PyBytes_*
Python3 removed the PyString functions and replaced them with PyBytes. To aid portability Python version 2.6 and upper support PyBytes and we are adding some compatibility defines for older versions so no problems are expected from this change. Reference: http://docs.python.org/c-api/string.html
Showing
Please
register
or
sign in
to comment