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
39 stars 17 forks source link

The index/rindex functions generate bad code #104

Open snoopyjc opened 2 years ago

snoopyjc commented 2 years ago

The index/rindex functions generate bad code. For example:

$k=index($tt_list[$j+1], substr($word,$i,1));