Skip to content

Conversation

@vstinner
Copy link
Contributor

Python 3.9 now normalizes "latex+latin1" to "latex_latin1":
https://bugs.python.org/issue37751

find_latex() now splits the encoding name on "" if it contains "",
or split on "+" otherwise.

Python 3.9 now normalizes "latex+latin1" to "latex_latin1":
https://bugs.python.org/issue37751

find_latex() now splits the encoding name on "_" if it contains "_",
or split on "+" otherwise.
@vstinner
Copy link
Contributor Author

I tested manually that the test suite pass successfully on Python 3.8 and Python 3.9 on Linux. Without my PR, it fails on Python 3.9.

@vstinner
Copy link
Contributor Author

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 99.865% when pulling 284088a on vstinner:python39 into 68e0c51 on mcmtroffaes:develop.

@mcmtroffaes mcmtroffaes merged commit a30ae2c into mcmtroffaes:develop Jan 14, 2020
@vstinner vstinner deleted the python39 branch January 14, 2020 13:00
@vstinner
Copy link
Contributor Author

@mcmtroffaes mcmtroffaes merged commit a30ae2c into mcmtroffaes:develop 2 minutes ago

Thanks! Do you have a schedule for the 2.0 release including the fix?

@vstinner
Copy link
Contributor Author

Thanks! Do you have a schedule for the 2.0 release including the fix?

Oh wow, https://pypi.org/project/latexcodec/2.0.0/ is already released! Thanks a lot @mcmtroffaes!

Fedora Rawhide moved to latexcodec 2.0 to support Python 3.9! https://bugzilla.redhat.com/show_bug.cgi?id=1789613

@mcmtroffaes
Copy link
Owner

You're most welcome, and thanks again for reporting & for the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants