We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4007b8b commit b21e8b8Copy full SHA for b21e8b8
NEWS.md
@@ -1,3 +1,12 @@
1
+3.7.2: 2020-6-27
2
+================
3
+
4
+* Use newer xdis
5
+* Docstrings (again) which were broken again on earlier Python
6
+* Fix 2.6 and 2.7 decompilation bug in handling "list if" comprehensions
7
8
9
10
3.7.1: 2020-6-12 Fleetwood66
11
====================================================
12
uncompyle6/version.py
@@ -12,4 +12,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
13
# This file is suitable for sourcing inside POSIX shell as
14
# well as importing into Python
15
-VERSION="3.7.1" # noqa
+VERSION="3.7.2" # noqa
0 commit comments