Path to this page:
Subject: CVS commit: pkgsrc/lang/py-parso
From: Adam Ciarcinski
Date: 2018-12-28 15:18:32
Message id: 20181228141832.42497FB16@cvs.NetBSD.org
Log Message:
py-parso: updated to 0.3.1
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.
0.1.1:
- Fixed a few bugs in the caching layer
- Added support for Python 3.7
Files: