This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients BreamoreBoy, ThurnerRupert, eric.smith, laurent.birtz, ncoghlan, r.david.murray, terry.reedy, tim.golden
Date 2013-11-13.22:37:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cofB1cJfoHRq1-qvdZvon+_f-fZuGB7qY_oJLouz2OaA@mail.gmail.com>
In-reply-to <CADiSq7ezwe6GV1pjZMaeJ8o90=eOwocpra4-7a9PkF0LSy6+tg@mail.gmail.com>
Content
However, coming up with a way to detect that msys is in use, and publishing
that information for use by applications like Mercurial, or creating a
catalogue of which Windows APIs still don't accept forward slashes as path
separators could help the issue progress.

There's just no magic fix we can apply at the interpreter or standard
library level to make the problem go away - it's *precisely* the kind of
problem that exists in the space between the "POSIX shell on Windows"
provided by msys and the full POSIX API provided by Cygwin.
History
Date User Action Args
2013-11-13 22:37:40ncoghlansetrecipients: + ncoghlan, terry.reedy, eric.smith, tim.golden, ThurnerRupert, r.david.murray, BreamoreBoy, laurent.birtz
2013-11-13 22:37:40ncoghlanlinkissue6208 messages
2013-11-13 22:37:40ncoghlancreate