Commit 1ae69ef8 authored by Stefan Behnel's avatar Stefan Behnel

Merge branch '0.29.x'

parents ad54b979 f4f6d1eb
......@@ -125,6 +125,19 @@ Other changes
(Github issue #2905)
0.29.8 (2019-0?-??)
===================
Bugs fixed
----------
* GH-2919: Python tuple constants that compare equal but have different item
types could incorrectly be merged into a single constant.
* Non-ASCII characters in unprefixed strings could crash the compiler when
used with language level ``3str``.
0.29.7 (2019-04-14)
===================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment