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
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: docs.python. org/lib/ module- urllib. html
http://