<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Jul 28, 2011 at 02:53, Steven D&#39;Aprano <span dir="ltr">&lt;<a href="mailto:steve@pearwood.info">steve@pearwood.info</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Eli Bendersky wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sure, but I&#39;m still leery of two functions with the same name doing acting<br>
slightly differently.<br>
</blockquote>
<br>
<br></div>
and then in a later post:<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As I mentioned elsewhere, it&#39;s not good practice to have two functions with<br>
the same name doing something slightly different, in different modules in<br>
the code-base.<br>
</blockquote>
<br></div>
artist.draw() and gunslinger.draw() do not necessarily need to do the same thing,<br></blockquote></div><br>Of course, but why do you ignore the &quot;slightly different&quot;. Had support.rmtree been something completely different from shutil.rmtree, I wouldn&#39;t have a problem with it. But it just calls rmtree and ignores some errors. This is the part I have the problem with.<br>

<br>Eli<br><br><br><br></div>