[Python-Dev] Enhancing the shutil module

Michael Foord fuzzyman at voidspace.org.uk
Sun Jan 17 21:15:00 CET 2010


On 17/01/2010 20:04, Antoine Pitrou wrote:
> Tarek Ziadé<ziade.tarek<at>  gmail.com>  writes:
>    
>> Another module I would like to move away from Distutils is
>> "archive_util". It contains helpers to build archives, whether they
>> are zip or tar files. I propose to move those useful functions into
>> shutil, as this seems the most logical place.
>>      
> Are these functions portable? Do they rely on external programs?
>
>    

I believe that part of the work that Tarek has been doing has been to 
make these distutils commands use the Python standard library and not 
depend on external programs. In which case they seem like *excellent* 
additions to the shutil module.

Of course Tarek can speak for himself...

Michael

>> I also propose to maintain this "shutil" module for now on (no one is
>> declared as a maintainer in maintainers.rst) since Distutils will
>> become a heavy user of its functions.
>>      
> It's ok for me.
>
> Regards
>
> Antoine.
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk
>    


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog

READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.





More information about the Python-Dev mailing list