[issue11797] 2to3 does not correct "reload"

2011-07-30 Thread Laurie Clark-Michalek
Laurie Clark-Michalek added the comment: Ah, that's my fault. As I mentioned, I simply replaced sys with imp and intern with reload from fix_intern.py. Seeing as the vast majority of the file was not modified, I didn't bother to change the copyrig

[issue11797] 2to3 does not correct "reload"

2011-04-07 Thread Laurie Clark-Michalek
Laurie Clark-Michalek added the comment: Find a fixer for this attached. I really just did sed 's/intern/reload' fix_intern.py >fix_reload.py, but it seems to work. I didn't write any tests (I couldn't seem to find any for any other fixers). -- keywords: +p