softpano / pythonizer

Translator (or more correctly transcriber) from Perl to Python
http://www.softpanorama.org/Scripting/Pythonorama/Python_for_perl_programmers/Pythonizer/index.shtml
Other
40 stars 17 forks source link

Incorrect code generated for 'join' operation #40

Open snoopyjc opened 3 years ago

snoopyjc commented 3 years ago

The code for join is wrong. Python uses str.join(list) and pythonizer is generating list.join(str).

snoopyjc commented 2 years ago

Fixed in https://github.com/snoopyjc/pythonizer