[issue26487] Machine value for fat PowerPC build

2016-03-05 Thread hanz
New submission from hanz: Building on Mac OS X 10.5.8 (Power Mac G5) for ppc and ppc64 fails with File "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_python27/python27/work/Python-2.7.11/Lib/_osx_support.py", li

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

2013-11-30 Thread Hanz Kanst
Changes by Hanz Kanst : -- 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 <http://bugs.python.org/issue19

[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\testord

[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 <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 <http://bug