[issue6496] 2to3 generates "from urllib.parse import pathname2url"

2009-07-17 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r74065. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pytho

[issue6496] 2to3 generates "from urllib.parse import pathname2url"

2009-07-17 Thread Eric Promislow
Eric Promislow added the comment: Not in Sridar's patch, but 'pathname2url' is also misspelled as 'pahtname2url' in the MAPPING struct. -- nosy: +ericp ___ Python tracker ___ ___

[issue6496] 2to3 generates "from urllib.parse import pathname2url"

2009-07-17 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +benjamin.peterson priority: -> normal stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue6496] 2to3 generates "from urllib.parse import pathname2url"

2009-07-16 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: Attaching fix. Might have to merge to 2.6/2.7 -- keywords: +patch Added file: http://bugs.python.org/file14511/fix6496.patch ___ Python tracker

[issue6496] 2to3 generates "from urllib.parse import pathname2url"

2009-07-16 Thread Sridhar Ratnakumar
New submission from Sridhar Ratnakumar : Both pathname2url and url2pathname are in the urllib.request module, but 2to3 thinks they are in urllib.parse module. sridh...@double:~/tmp/eric1$ cat foo.py from urllib import pathname2url, url2pathname sridh...@double:~/tmp/eric1$ /opt/ActivePython-3