Re: 2to3 urllib.URLopener -> urllib.request.URLopener

2010-11-01 Thread Terry Reedy
On 11/1/2010 7:23 AM, Chris McDonald wrote: Howdy, I was going through, evaluating how hard a project would be to move over to a hybrid codebase of python2 and python3 using 2to3. I found that while it would convert most other urllib renames and moves, 2to3 currently leaves urllib.URLopener as i

2to3 urllib.URLopener -> urllib.request.URLopener

2010-11-01 Thread Chris McDonald
Howdy, I was going through, evaluating how hard a project would be to move over to a hybrid codebase of python2 and python3 using 2to3. I found that while it would convert most other urllib renames and moves, 2to3 currently leaves urllib.URLopener as is, instead of changing it to go via the reques