Comment 5 for bug 96968

Revision history for this message
Daniel Holbert (dholbert) wrote : Suggested patch

This patch for src/lib/io.py seems to work. It just unquotes any escaped special characters in file URIs passed to "file_normpath", using the urllib.unquote() function.

More info at:
 http://docs.python.org/lib/module-urllib.html