Re: [Python-Dev] ​improvement on shutil.make_archive

2018-08-20 Thread Serhiy Storchaka
20.08.18 18:18, Paul Moore пише: I expect that PR suggesting some improvements to the documentation would be very welcome - in particular, the section would almost certainly benefit from some examples. If that's something you'd feel comfortable doing, that would be great. There is an open docum

Re: [Python-Dev] ​improvement on shutil.make_archive

2018-08-20 Thread Paul Moore
On Mon, 20 Aug 2018 at 15:58, Zhao Lee wrote: > > The current behavior of shutil.make_archive caused many issues , the problem > is mainly on the extracted archive directory hierarchy. These are the proofs: > > https://stackoverflow.com/questions/51914467/directory-hierarchy-issue-when-using-shut

[Python-Dev] ​improvement on shutil.make_archive

2018-08-20 Thread Zhao Lee
The current behavior of shutil.make_archive caused many issues , the problem is mainly on the extracted archive directory hierarchy. These are the proofs: https://stackoverflow.com/questions/51914467/directory-hierarchy-issue-when-using-shutil-make-archive https://stackoverflow.com/questions/326