[issue14395] sftp: downloading files with % in name fails due to logging

2012-03-25 Thread Parand Darugar
Parand Darugar added the comment: You're absolutely right, it's from paramiko. Apologies. -- ___ Python tracker ___ ___ Python-bugs-l

[issue14395] sftp: downloading files with % in name fails due to logging

2012-03-25 Thread R. David Murray
R. David Murray added the comment: There is no sftp module in the standard library. Presumably you are talking about a 3rd party product and should report the bug to its developers. If you are trying instead to report a bug in the logging module, please reopen the issue if you can provide a

[issue14395] sftp: downloading files with % in name fails due to logging

2012-03-23 Thread Parand Darugar
New submission from Parand Darugar : Attempting to download a file with a "%" as part of the name (eg. "test%sfile") , sftp.get fails with: File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 328, in getMessage msg = msg % self.args TypeError: