[issue11797] 2to3 does not correct reload

2011-07-30 Thread Laurie Clark-Michalek

Laurie Clark-Michalek bluepepp...@archlinux.us 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 copyright notices.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11797
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11797] 2to3 does not correct reload

2011-04-07 Thread Laurie Clark-Michalek

Laurie Clark-Michalek bluepepp...@archlinux.us 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: +patch
nosy: +BluePeppers
Added file: http://bugs.python.org/file21568/fix_reload.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11797
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com