Skip to content

Only support Python 2.7 and Python 3.4 and higher

David Gobbi requested to merge dgobbi/vtk:python-unicode-check into master

The code for handling Python 2.6, 3.2, and 3.3 was essentially dead code that had not been tested (or even compiled) in ages. Also, we can assume that Py_USING_UNICODE is always true for Python 2.7 and higher.

Merge request reports