rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.74k stars 408 forks source link

Convert 14 statements to the usage of augmented assignments #365

Closed elfring closed 2 years ago

elfring commented 2 years ago

Augmented assignment statements became available with Python 2. :thought_balloon: Thus I suggest to adjust 14 source code places accordingly.

rocky commented 2 years ago

Ah - this is what you meant. Ok - will wait until it passes CI and then will merge.

Probably the same thing is applicable over at the python3-decompile project.