R. David Murray added the comment:

I realized that after I hit submit.

However, this is a real problem on windows: I can't pass the error message back 
to the UI (in this case the log file) without first munging it, because the 
string is not a correct representation of the filename and the user will think 
they've entered the filename wrong to begin with (this is what really happened 
and what resulting this bug getting filed).

On windows, if I understand correctly, we don't normally have the problem of 
non-unicode filenames, so could we use str on windows only?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to