Message 319846 - Python tracker

Message319846

Author Patrick Lehmann
Recipients Patrick Lehmann, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2018-06-18.01:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529284832.15.0.56676864532.issue33890@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think is cross-platform, because I'm still on Windows but in different shells. More over, pathlib currently support cross-platform comparison. I can save a configuration file on Linux and open it on Windows with such paths. I use myPath.as_posix() to solve this problem.

pathlib just needs to detect the environment and then it needs to extend its understanding of equal in MinGW and Cygwin that C:\ is equal to /c/.

That's not a big deal. 

Do I realy need to register in a heavy overloaded mailing list for such a simple fix? This will take months to implement and deploy... 

Python is now on GitHub, why can't we use an issue as any other open source project does?

What is a "MinGW facility"?
History
Date User Action Args
2018-06-18 01:20:32Patrick Lehmannsetrecipients: + Patrick Lehmann, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2018-06-18 01:20:32Patrick Lehmannsetmessageid: <1529284832.15.0.56676864532.issue33890@psf.upfronthosting.co.za>
2018-06-18 01:20:32Patrick Lehmannlinkissue33890 messages
2018-06-18 01:20:31Patrick Lehmanncreate