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

[doc] update CHANGELOG + document support for numeric literals

parent 1d84b23a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,7 @@ 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
- support numeric literals https://github.com/PyCQA/baron/pull/111 by odcinek
 
0.6.6 (2017-06-12)
------------------
Loading
Loading
Loading
Loading
@@ -107,6 +107,18 @@ RedBaron: TODO
 
add f'' rf'' fr'' to the lexer
 
Underscore in numeric literals
------------------------------
Python 3.6
Baron: https://github.com/PyCQA/baron/pull/111
RedBaron: probably nothing to do (to be confirmed)
::
modify lexer to handle this
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