[issue19844] os.path.split fails on windows path

2013-11-30 Thread Hanz Kanst
Changes by Hanz Kanst bohemi...@gmail.com: -- components: Windows nosy: Hanz priority: normal severity: normal status: open title: os.path.split fails on windows path type: behavior versions: Python 3.3 ___ Python tracker rep...@bugs.python.org http

[issue19844] os.path.split fails on windows path

2013-11-30 Thread Hanz Kanst
New submission from Hanz Kanst: os.path.split fails on windows path to reproduce in python 3.3: file = C:\progs\python\test\target\Amy Winehouse\Amy Winehouse - Back To Black (2006)\01 - Rehab.ogg os.path.split(os.path.abspath(file))[0] returns 'C:\\progs\\python\testordner\target\\Amy

[issue19844] os.path.split fails on windows path

2013-11-30 Thread Hanz Kanst
Hanz Kanst added the comment: According to the definition the tail should never contain a slash. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19844

[issue19844] os.path.split fails on windows path

2013-11-30 Thread Hanz Kanst
Hanz Kanst added the comment: Hm, how can I handle this if file is an existing string and there is no option to assign raw via r'some\raw\string'? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19844