Skip to content

v1.3.1

Compare
Choose a tag to compare
@kmike kmike released this 28 Dec 19:26
· 420 commits to master since this release
  • has-class XPath extension function;
  • parsel.xpathfuncs.set_xpathfunc is a simplified way to register
    XPath extensions;
  • Selector.remove_namespaces now removes namespace declarations;
  • Python 3.3 support is dropped;
  • make htmlview command for easier Parsel docs development.
  • CI: PyPy installation is fixed; parsel now runs tests for PyPy3 as well.

1.3.1 was released shortly after 1.3.0 to fix pypi upload issue.