mcmtroffaes / latexcodec

Lexer and codec to work with LaTeX code in Python. Instead of using latexcodec, I encourage you to consider pylatexenc instead, which is far superior: https://github.com/phfaist/pylatexenc
Other
27 stars 12 forks source link

Fix build of docs with Python 3 #52

Closed ghisvail closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 7f38c3dac47f2fc4276cedae6b8bf5bbdb1d90be on ghisvail:patch-1 into 3188cbf7e34d46a1034611dd6d0f3cf5a95d9d07 on mcmtroffaes:develop.

mcmtroffaes commented 7 years ago

Thanks for the patch. I've committed this without the import statement, as the default open implementation opens files in text mode as well.