paul-hoehne / MarkLogic_Python

MarkLogic Python API for managing MarkLogic servers
Other
7 stars 8 forks source link

Python 3 compatibility. #9

Closed twcook closed 9 years ago

twcook commented 9 years ago

Line 1412 (or so) in database.py looks for an instance of unicode. This doesn't exist in Python 3. I created a patch that checks sys.version.
I submitted the pull request already. Apologies I didn't create a branch for this separate fix.

paul-hoehne commented 9 years ago

Thanks!