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-12.21:10:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f_hZPcA_PdOrCe4gKCL7exT-M_vZhoOHd8yVDx7_kqgA@mail.gmail.com>
In-reply-to <1384283703.83.0.108654312551.issue6208@psf.upfronthosting.co.za>
Content
There's also the fact that *Cygwin's* Python will behave like a *nix Python
and use backslashes. It's only the Windows Python that follows Windows
platform conventions.

So there's already a reasonable workaround in the cygwin case: use the
version which relies on the POSIX compatibility layer, not the Windows
native one.

As David pointed out, unless/until someone that is affected by the issue
can come up with a coherent design proposal for what the behaviour *should*
be that is a better solution than "just use the Cygwin Python instead if
you actually want POSIX behaviour", this isn't going to progress.
History
Date User Action Args
2013-11-12 21:10:03ncoghlansetrecipients: + ncoghlan, terry.reedy, eric.smith, tim.golden, ThurnerRupert, r.david.murray, BreamoreBoy, laurent.birtz
2013-11-12 21:10:03ncoghlanlinkissue6208 messages
2013-11-12 21:10:02ncoghlancreate