Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3: make tcr input/output work #1042

Merged
merged 2 commits into from Sep 13, 2019
Merged

Conversation

eli-schwartz
Copy link
Contributor

I think with this, all ebook format conversions should execute successfully.

regex flags do not need "u" when the search string does not make use of the feature

In python3, re.U is the default for unicode strings. For byte strings,
which is what we use, it is a fatal error.
Fix tcr compression by unifying bytearrays on python2/python3 and acting
appropriately.
@kovidgoyal kovidgoyal merged commit 2876724 into kovidgoyal:master Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants