mozilla / coss

Mozilla's Community Support Software
https://discourse.mozilla-community.org/t/iam-coss-work-week-jan-2017/13497
Mozilla Public License 2.0
18 stars 20 forks source link

Update parso to 0.3.2 #1398

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates parso from 0.1.1 to 0.3.2.

Changelog ### 0.3.2 ``` +++++++++++++++++++ - 20+ bugfixes in the diff parser and 3 in the tokenizer - A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape. - Some bugfixes for f-string ``` ### 0.3.1 ``` +++++++++++++++++++ - Bugfixes in the diff parser and keyword-only arguments ``` ### 0.3.0 ``` +++++++++++++++++++ - Rewrote the pgen2 parser generator. ``` ### 0.2.1 ``` +++++++++++++++++++ - A bugfix for the diff parser. - Grammar files can now be loaded from a specific path. ``` ### 0.2.0 ``` +++++++++++++++++++ - f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them. ```
Links - PyPI: https://pypi.org/project/parso - Changelog: https://pyup.io/changelogs/parso/ - Repo: https://github.com/davidhalter/parso
pyup-bot commented 5 years ago

Closing this in favor of #1428