Skip to content
Snippets Groups Projects
Commit 17e4bae3 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

[doc] document that atom ellispsis is supported in baron

parent 6da26cc6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,6 +7,9 @@ Changelog
- fix line continuation https://github.com/PyCQA/baron/pull/92 by ibizaman
- handle corrupt cache file situation https://github.com/PyCQA/baron/pull/76 by ryu2
 
Python 3 parsing:
- support ellipsis https://github.com/PyCQA/baron/pull/121 by odcinek
0.6.6 (2017-06-12)
------------------
 
Loading
Loading
Loading
Loading
@@ -61,6 +61,15 @@ Already done since the start.
This is handle at the parser initialisation level, is activate or not the
print_function rule.
 
Ellipsis in from import
-----------------------
Python 3.3 or earlier
Baron: https://github.com/PyCQA/baron/pull/121
.. image:: ./grammar_diff/ellipsis_in_from_import.png
TODO
====
 
Loading
Loading
@@ -192,13 +201,6 @@ Action:
# merge
raise_stmt: 'raise' [test [(',' test [',' test]] | 'from' test)]
 
Ellipsis in from import
-----------------------
Python 3.3 or earlier
.. image:: ./grammar_diff/ellipsis_in_from_import.png
New lambda grammar
------------------
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment