<br><br><div class="gmail_quote">On Sun, Jan 17, 2010 at 11:51, Tarek Ziadé <span dir="ltr">&lt;<a href="mailto:ziade.tarek@gmail.com">ziade.tarek@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello,<br>
<br>
For 2.7/3.2, I am in the process of removing modules in Distutils that<br>
can be replaced by calls to existing functions in stdlib. For<br>
instance, &quot;dir_util&quot; and &quot;file_util&quot; (old modules from the Python 1.x<br>
era) are going away in favor of calls to shutil (and os), so the<br>
Distutils package gets lighter.<br>
<br>
Another module I would like to move away from Distutils is<br>
&quot;archive_util&quot;. It contains helpers to build archives, whether they<br>
are zip or tar files. I propose to move those useful functions into<br>
shutil, as this seems the most logical place.<br></blockquote><div><br></div><div>If it&#39;s archive-agnostic then shutil is probably the best place.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">


<br>
I also propose to maintain this &quot;shutil&quot; module for now on (no one is<br>
declared as a maintainer in maintainers.rst) since Distutils will<br>
become a heavy user of its functions.<br>
<br></blockquote><div><br></div><div>Great!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Any objections/opinions ?<br></blockquote><div><br></div><div>No objections from me.</div><div><br></div><div>-Brett </div></div>