edgewall / genshi

Python toolkit for generation of output for the web
http://genshi.edgewall.org
Other
86 stars 35 forks source link

Support and test Python 3.8 #16

Closed hroncok closed 5 years ago

hroncok commented 5 years ago

Fixes https://github.com/edgewall/genshi/issues/14

See https://bugs.python.org/issue32892

FelixSchwarz commented 5 years ago

Thank you for fixing this. The change looks good to me (but that should not could for much).

@hodgestar Would you mind releasing 0.7.2 when this is fixed so we don't have to carry individual patches in Fedora?

hodgestar commented 5 years ago

@hroncok -- thanks for patch! I don't like the monkey patching of _ast.Str.value, but I'll land this and then fix that myself.

@FelixSchwarz -- tx for prodding me. Will release 0.7.2 once I've landed this and made the tweak mentioned above.

FelixSchwarz commented 5 years ago

Thank you both for fixing this. I updated the Fedora package. :-)