2015-06-05 8:53 GMT+01:00 Stephan Petzchen <[email protected]>: > > I forgot: > > Both os.sep and os.path.sep: returns the correct separator: / > > So, this is for me definitely an issue worth for a fix by the maintainer >
You are right, both os.getcwd() and os.path.expanduser() need to be fixed for Python 2, and os.path.expanduser() needs to be fixed for Python 3 still. I filed an issue for this: https://github.com/Alexpux/MINGW-packages/issues/657 and will get round to it when I can (not soon unfortunately ..) > cheers > Stephan > > > -- > > > Stephan Petzchen > > Gesius GmbH > gesius. engineering excellence > > Sitz der Gesellschaft/Registered office: Hamburg > > Handelsregister/Commercial register: HRB 117558 > > Geschäftsführung/executive board: Stephan Petzchen > > --- > This communication contains confidential information. If you are not the > intended recipient please return this email to the sender and delete it from > your records. > Diese Nachricht enthält vertrauliche Informationen. Sollten Sie nicht der > beabsichtigte Empfänger dieser E-mail sein, senden Sie bitte diese an den > Absender zurück und löschen Sie die E-mail aus Ihrem System. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Msys2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/msys2-users > ------------------------------------------------------------------------------ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
