[issue4723] os.path.basename error on directory names with numbers

2008-12-22 Thread Klemens Häckel
Klemens Häckel added the comment: Of course my example was not that trivial, since i do sort of directory-walking, and i get the value passed over. And in Windows it is with backslash! Ok, i will check my code, wherever i use os.path.basename and change it to process as raw string. Thank You

[issue4723] os.path.basename error on directory names with numbers

2008-12-22 Thread Klemens Häckel
New submission from Klemens Häckel : I am using python for some backup tasks, and recently i found a problem whe i have certain directory names. Probably the problem is only in windows, however i would like You to know. I verified the same behaviour in (WindowsXP, spanish, SP3) using Python