<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, 6 Apr 2016 at 13:54 Sven R. Kunze <<a href="mailto:srkunze@mail.de">srkunze@mail.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    On 06.04.2016 22:28, Brett Cannon wrote:<br>
    </div><div text="#000000" bgcolor="#FFFFFF"><blockquote type="cite"><div dir="ltr">On Wed, 6 Apr 2016 at 13:20 Sven R. Kunze <<a href="mailto:srkunze@mail.de" target="_blank"></a><a href="mailto:srkunze@mail.de" target="_blank">srkunze@mail.de</a>>
        wrote:<br>
        </div></blockquote></div><div text="#000000" bgcolor="#FFFFFF"><blockquote type="cite"><div dir="ltr"><div class="gmail_quote">
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
            <div text="#000000" bgcolor="#FFFFFF">What about<br>
              <br>
              __file_path__<br>
            </div>
          </blockquote>
          <div><br>
          </div>
          <div>Can be a directory as well (and you could argue semantics
            of file system inodes, beginners won't know the subtlety
            and/or wonder where __dir_path__ is). </div>
        </div>
      </div></blockquote></div><div text="#000000" bgcolor="#FFFFFF"><blockquote type="cite"><div dir="ltr"></div>
    </blockquote>
    <br>
    Good point.<br>
    <br>
    Well, then __fspath__ for me.<br>
    <br>
    <br>
    I knew instantly what it means especially considering btrfs, ntfs,
    xfs, zfs, etc.<br>
    <br>
    Furthermore, we MIGHT later want some URI support, so I don't know
    off the top of my head if there's a difference between __fspath__
    and __urlpath__ but better separate it now. Later we can re-merge
    then if necessary.<br></div></blockquote><div><br></div><div>There's a difference as a URL represents something different than a file system path (URI doesn't necessarily). Plus the serialized format would be different, etc. </div></div></div>