Skip to content

Bugfix release

Latest
Compare
Choose a tag to compare
@wichert wichert released this 14 Aug 20:02
· 226 commits to master since this release
  • Correct handling of alternatives in TALES expressions when the pipe-symbol was surrounded by whitespace. This fixes #43.
  • Extractors can now be hooked up from outside via entry points.
  • Introduce lingua.extractors.Extractor object and use it as base for all extractors.
  • Check for global .config/lingua config file in user's home directory if no explicit config file defined.
  • Fix error message when detecting a syntax error in scanned Python code. Pull request #42.
  • Use a single wheel distrbution for Python 2 and Python 3.