Open masojus opened 7 years ago
A few straggling issue that are still specific to deprecated/varying versions:
py26
py32
py33
setup.py
nose
multiprocessing
check_project_id()
isinstance(value, six.string_types)
A few straggling issue that are still specific to deprecated/varying versions:
py26
,py32
andpy33
and is missing versions.setup.py
still refers to some issues withnose
andmultiprocessing
that might not still apply--worth a quick test.check_project_id()
situation perhaps could be replaced withisinstance(value, six.string_types)