def _is_python_33()

in doubles/verification.py [0:0]


def _is_python_33():
    v = sys.version_info
    return v[0] == 3 and v[1] == 3