File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 3.3.2 2019-05-03 Better Friday
2
+ ==============================
3
+
4
+ As before, lots of decomplation bugs fixed. The focus has primarily
5
+ been on Python 3.6. We can now parse the entire 3.6.8 Python library
6
+ and verify that without an error. The same is true for 3.5.8. A number
7
+ of the bugs fixed though are not contained to these versions. In fact
8
+ some span back as far as 2.x
9
+
10
+ But as before, many more remain in the 3.7 and 3.8 range which will
11
+ get addressed in future releases
12
+
13
+ Pypy 3.6 support was started. Pypy 3.x detection fixed (via xdis)
14
+
15
+
1
16
3.3.1 2019-04-19 Good Friday
2
17
==========================
3
18
Original file line number Diff line number Diff line change 12
12
# along with this program. If not, see <http://www.gnu.org/licenses/>.
13
13
# This file is suitable for sourcing inside bash as
14
14
# well as importing into Python
15
- VERSION = '3.3.1 ' # noqa
15
+ VERSION = '3.3.2 ' # noqa
You can’t perform that action at this time.
0 commit comments