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

[doc] document f-string inclusion

parent f552d5fe
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -12,6 +12,7 @@ Changelog
Python 3 parsing:
- support ellipsis https://github.com/PyCQA/baron/pull/121 by odcinek
- support matrix operator https://github.com/PyCQA/baron/pull/117 by odcinek
- support f-strings https://github.com/PyCQA/baron/pull/110 by odcinek
 
0.6.6 (2017-06-12)
------------------
Loading
Loading
Loading
Loading
@@ -92,6 +92,18 @@ Baron: https://github.com/PyCQA/baron/pull/117
 
term: factor (('*'|'@'|'/'|'%'|'//') factor)*
 
f-strings
---------
Python 3.6
Baron: https://github.com/PyCQA/baron/pull/110
::
add f'' rf'' fr'' to the lexer
TODO
====
 
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