----------------------
- Rewrite the Python extractor again. Lingua will now parse Python code itself
instead of using the Python ``ast`` module.
- Support message comments in Python code. These can be put in lines immediately
before a line containing a message, and must be prefixed with a special marker.
- Use domain filtering for Python expressions where possible (i.e. when using
translaction functions that take a domain parameter, such as ``dgettext``.
- Fix --no-location option to actually work.
- Add --no-linenumbers option.