1
0
mirror of https://github.com/edgewall/genshi.git synced 2026-02-05 15:46:37 +01:00
Files
Felix Schwarz 4f414c0390 use "except … as e" instead of deprecated Python 2 syntax
This is a Python 2.6+ feature so it breaks compatibility with Python 2.4/2.5
(assuming this library did work with these ancient releases so far).

However this is necessary to use a unified source for Python 2 and Python 3.
2020-06-14 22:20:44 +02:00
..