<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Mar 27, 2016 at 1:13 AM, Greg Ewing <span dir="ltr"><<a href="mailto:greg.ewing@canterbury.ac.nz" target="_blank">greg.ewing@canterbury.ac.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[...]<br>
This feels like a slippery slope to me. If we include<br>
special syntax for pathnames, why shouldn't we have it<br>
for dates and times? Regular expressions? URLs? JSON<br>
data? SQL queries? XML data? Where do we draw the line?<span class=""><br></span><div class="HOEnZb"><div class="h5"></div></div></blockquote><div><br></div><div>OT: </div><div><br></div><div>To be honest, I do think it feels like URL:s are becoming (or have become) just as important as paths, and that pathlib.Path should in the future work with URLs just like it now works with windows and posix paths. The difference between "<a href="http://domain.xyz/">http://domain.xyz/</a>" and "C:\\" is not huge. I also think there should be a Python type (stdlib or builtin), which handles JSON objects nicer than dicts do and has its own literal syntax.</div><div><br></div><div> - Koos</div><div><br></div></div></div></div>