[issue24504] os.listdir() error if the last folder starts not with the capital letter

STINNER Victor report at bugs.python.org
Wed Jun 24 23:48:15 CEST 2015


STINNER Victor added the comment:

'Z:\Pr Files\norma' looks wrong '\n' is a single character, a new line. Try to write r'Z:\Pr Files\norma'.

https://docs.python.org/dev/reference/lexical_analysis.html#string-and-bytes-literals

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

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


More information about the Python-bugs-list mailing list