edgewall / genshi

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

Do not use deprecated Ellipsis and Str #73

Closed cedk closed 3 months ago

cedk commented 3 months ago

Python raises a warning when accessing those deprecated ast classes. It will be better to avoid the warning because this code is about dealing with such deprecation. Also it prevents to run tests which import genshi with the option -Werror.