OpenMath / py-openmath

An OpenMath 2.0 implementation in Python
MIT License
15 stars 4 forks source link

Figure out OMBytes encoding / decoding #2

Closed tkw1536 closed 8 years ago

tkw1536 commented 8 years ago

I can not get the tests for OMBytes to pass, it seems that the encoding to / from base64 is a bit weird across python versions.

@defeo Can you try and figure this out?

tkw1536 commented 8 years ago

Looks good. I have also just fixed the decoding which seems to have been broken in Python3.2.