<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 12, 2016 at 8:57 AM, Sven R. Kunze <span dir="ltr"><<a href="mailto:srkunze@mail.de" target="_blank">srkunze@mail.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As an example: time.sleep takes a number of seconds (notice the primitive datatype just like a string) and does not take timedelta.<br>
<br>
Why don't we add datetime.timedelta support to time.sleep? Very same thing.</blockquote><div><br></div><div>yup -- and it there were a lot of commonly used APIs that took strings, and multiple timedelta implementations, then it would make sense to introduce a __seconds_int__ protocol.</div><div><br></div><div>I don't think the use-cases rise to that level, myself. Though if someone wanted to put a call in to obj.totalseconds() into time.sleep, that might actually be worth it :-)</div><div><br></div><div>(now that yo mention it -- I have a substantial library that uses seconds internally, and currently has an ugly sometimes integer seconds, sometimes timedelta API -- maybe I'll introduce that protocol. Not sure why I didn't think of that before now.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Because I'm passing it to modfoo.dosomethingwithafile() which takes a<br>
filename and passes it to shutils, which passes it to builtin open,<br>
which passes it to os.open.<br>
<br>
Should Path grow a dosomethingwithmodfoo method?</blockquote></span></blockquote><div><br></div><div>It can't -- modfoo could be a third-party module -- it is impossible for Path to grow everything that any third party module might support.</div><div><br></div><div>-CHB</div><div><br></div></div><div><br></div>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>