<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 6, 2014 at 7:26 PM, Juancarlo Añez <span dir="ltr"><<a href="mailto:apalala@gmail.com" target="_blank">apalala@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">What do you think would be the nastier impacts of making pathlib.Path inherit from str?</blockquote></div><br>Duplication of storage.  Currently, pathlib.Path objects store a list of path components.  To inherit meaningfully from str, they would have to store joined path string as well.</div></div>