[issue6711] macurl2path has typos that raise AttributeError

2009-08-20 Thread Senthil
Changes by Senthil : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue6711] macurl2path has typos that raise AttributeError

2009-08-15 Thread Senthil
Senthil added the comment: Thanks for the patch. Fixed it and Committed revision 74469 - py3.2 Committed revision 74470 - py3.1 maint. I wonder how it got unnoticed so far. -- assignee: -> orsenthil nosy: +orsenthil resolution: -> fixed ___ Py

[issue6711] macurl2path has typos that raise AttributeError

2009-08-15 Thread Joe Amenta
New submission from Joe Amenta : In a few spots, "urllib.parse" misses a "." after the package name. e.g., "urllib.parse.quote" is spelled "urllib.parsequote", which generates an AttributeError when run. To reproduce, open up a python3.x interpreter and execute: from macurl2path import * url2pa