Re: python3 for pysrs

2017-07-16 Thread Ben Finney
Sandro Knauß writes: > I'm currently porting pysrs to python3 and sofar I got all tests > running for python2 and python3 *yeah*. Congratulations! > But the porting was mostly adding encode()/ decode() to many parts of > the module. And I'm unsure, if the API is now in a good shape, or if > it

python3 for pysrs

2017-07-16 Thread Sandro Knauß
Hey, I'm currently porting pysrs to python3 and sofar I got all tests running for python2 and python3 *yeah*. But the porting was mostly adding encode()/ decode() to many parts of the module. And I'm unsure, if the API is now in a good shape, or if it is mostly unusable for users, because I mixe