On Sun, May 2, 2010 at 1:36 PM, Tarek Ziadé wrote:
> a similar function in
>> e.g. shutils module ?
>
> A: Yes :)
>
> Basically, anything useful in distutils.file_util and
> distutils.dir_util can maove in Shutil.
> That's why I added make_archive (and unpack_archive)
>
> Please add an issue, I
On Sun, May 2, 2010 at 8:15 PM, Olemis Lang wrote:
> Hello !
>
> Often I have the contents to be written in a file at a given path that
> I know as well. I recently tried to find a function in stdlib to do
> that and to my surprise this is what I found :
>
> - Such function exists
> - It's `dist