mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
3.1 release notes
This commit is contained in:
@@ -3,7 +3,12 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.3.0 (2018-07-30)
|
0.3.1 (2018-07-09)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
- Bugfixes in the diff parser and keyword-only arguments
|
||||||
|
|
||||||
|
0.3.0 (2018-06-30)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- Rewrote the pgen2 parser generator.
|
- Rewrote the pgen2 parser generator.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ from parso.grammar import Grammar, load_grammar
|
|||||||
from parso.utils import split_lines, python_bytes_to_unicode
|
from parso.utils import split_lines, python_bytes_to_unicode
|
||||||
|
|
||||||
|
|
||||||
__version__ = '0.3.0'
|
__version__ = '0.3.1'
|
||||||
|
|
||||||
|
|
||||||
def parse(code=None, **kwargs):
|
def parse(code=None, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user