Path to this page:
Subject: CVS commit: pkgsrc/lang/py-uncompyle6
From: Adam Ciarcinski
Date: 2019-06-13 09:55:07
Message id: 20190613075507.44357FBF4@cvs.NetBSD.org
Log Message:
py-uncompyle6: updated to 3.3.4
3.3.4:
Major work was done by x0ret to correct function signatures and include \
annotation types
Handle Python 3.6 STORE_ANNOTATION
Friendlier assembly output
LOAD_CONST replaced by LOAD_STR where appropriate to simplify parsing and \
improve clarity
remove unneeded parenthesis in a generator expression when it is the single \
argument to the function
Bug in noting an async function
Handle unicode docstrings and fix docstring bugs
Add uncompyle6 command-line short option -T as an alternate for --tree+
Some grammar cleanup
Files: