[issue24504] os.listdir() error if the last folder starts not with the capital letter
New submission from Denis Gordeev: My code is: mypath = 'Z:\Pr Files\norma' file_list = [ f for f in listdir(mypath) if isfile(join(mypath,f))] Error: Traceback (most recent call last): File "C:\Documents and Settings\Administrator\Desktop\uni\click zhenilo workshop\noise.p
[issue24504] os.listdir() error if the last folder starts not with the capital letter
Denis Gordeev added the comment: Oh, sorry. Forgot about it. -- resolution: -> not a bug status: open -> closed ___ Python tracker <http://bugs.python.org/i