vstinner / hachoir

Hachoir is a Python library to view and edit a binary stream field by field
http://hachoir.readthedocs.io/
GNU General Public License v2.0
605 stars 70 forks source link

Fix EditableTimestampMac32 field editing #17

Closed rambo closed 7 years ago

rambo commented 7 years ago

Also fix editing in general (writing of bytes as chr is no good on Python3).

vstinner commented 7 years ago

Would you mind to try to write an unit test please?

rambo commented 7 years ago

At some point yeah, I'm just back from SHA2017 and heading to Worldcon so it will be a good while before I get to it.