Skip to content
Snippets Groups Projects
user avatar
Bastien Montagne authored
Issue was that in binary file reading, python only recognize `'\n'`
character as line separator... PLY seems to allow (or at least, use)
other OS-related variants of lines terminators, so we have to implement
our own line iterator for those cases...
04c0573e
History
Name Last commit Last update
..