This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joe.amenta
Recipients joe.amenta
Date 2009-08-16.06:25:36
SpamBayes Score 1.1811615e-05
Marked as misclassified No
Message-id <1250403940.35.0.572726504822.issue6711@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-08-16 06:25:40joe.amentasetrecipients: + joe.amenta
2009-08-16 06:25:40joe.amentasetmessageid: <1250403940.35.0.572726504822.issue6711@psf.upfronthosting.co.za>
2009-08-16 06:25:37joe.amentalinkissue6711 messages
2009-08-16 06:25:37joe.amentacreate