jpmckinney / validictory

🎓 deprecated general purpose python data validator
Other
240 stars 57 forks source link

Python 3.x Compatibility #8

Closed MarkNenadov closed 12 years ago

MarkNenadov commented 13 years ago

Ported validator.py and the test_*.py files and init.py for module to full Python 3.x compatibility (without breaking Python 2.x support).

All unit tests pass in both Python 2.7 and Python 3.2.

(didn't address setup file)

jamesturk commented 12 years ago

added Py3 support in 0.8.0, using a different approach in some places