[issue20761] os.path.join doesn't strip LF or CR

Antoine Pitrou report at bugs.python.org
Mon Feb 24 16:49:01 CET 2014


Antoine Pitrou added the comment:

This doesn't sound like a bug. File paths are not URIs: almost all characters are valid in a POSIX filename. Also, sanity checking of user input is up to the caller.

I recommend closing this issue.

----------
nosy: +pitrou
resolution:  -> invalid

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20761>
_______________________________________


More information about the Python-bugs-list mailing list