swig/Examples/test-suite/python/unicode_strings_runme.py
Harvey Falcic 5c5dfc106f Python unicode_strings test case: restrict to Python > 3.0
Also adjust the test method names and content to match the docs.
2014-05-24 15:39:53 -04:00

7 lines
145 B
Python

import sys
import unicode_strings
if sys.version_info > (3, 0):
unicode_strings.non_utf8_c_str()
unicode_strings.non_utf8_std_string()