* the website (lxml.de) claims 2.6+ compatibility, but reading lxml.html there's a bunch of compatibility shims for as low as Python 2.3. Which is it? Should I remove the pre-2.6 stuff from lxml.html or should I ensure my addition is 2.3-compatible?
* PRs are on github?
A few questions:
* the website (lxml.de) claims 2.6+ compatibility, but reading lxml.html there's a bunch of compatibility shims for as low as Python 2.3. Which is it? Should I remove the pre-2.6 stuff from lxml.html or should I ensure my addition is 2.3-compatible?
* PRs are on github?