3.7.8 – 2019-07-08¶
You can view the 3.7.8 milestone on GitLab for more details.
Bugs Fixed¶
- Fix handling of
Application.parse_preliminary_options_and_args
when argv is an empty list (See also GitLab!310, GitLab#518) - Fix crash when a file parses but fails to tokenize (See also GitLab!314, GitLab#532)
- Log the full traceback on plugin exceptions (See also GitLab!317)
- Fix
# noqa: ...
comments with multi-letter codes (See also GitLab!326, GitLab#549)