New submission from Joe Amenta <ament...@msu.edu>: 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 * url2pathname('doesnt_matter_what') pathname2url('some_string') _pncomp2url('something_else') Attaching a patch that will fix the issue. ---------- components: Library (Lib) files: py3k_url2path.patch keywords: patch messages: 91627 nosy: joe.amenta severity: normal status: open title: macurl2path has typos that raise AttributeError type: crash versions: Python 3.0, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file14735/py3k_url2path.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6711> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com