crs4 / hl7apy

Python library to parse, create and handle HL7 v2 messages.
http://crs4.github.io/hl7apy/
MIT License
231 stars 92 forks source link

2to3 #18

Closed wtgee closed 9 years ago

wtgee commented 9 years ago

This gives compatibility to python 2.7 and python 3.x (at least 3.4.3, I could test more). Depends on future and six modules but I don't think that's too much of a sacrifice.

The mllp tests aren't working but one is a Port in Use (py27) and the other is Connection Reset by Peer (py3) so it might be my system, I'll fiddle with it more later.

Thanks,