Re: [Tutor] compress directory

2016-11-03 Thread Ben Finney
Bill Nolf writes: > How do I compress (gzip and/or tar) a directory in python? I found > examples of compressing a file using gzip or tar but not a directory. The Python standard library https://docs.python.org/3/library/> contains implementations of many common tools. It's well worth searchin

Re: [Tutor] compress directory

2016-11-03 Thread boB Stepp
On Thu, Nov 3, 2016 at 10:48 AM, Bill Nolf wrote: > How do I compress (gzip and/or tar) a directory in python? I found examples > of compressing a file using gzip or tar but not a directory. > thanks I did a search for almost your exact question and got this: http://stackoverflow.com/questions

[Tutor] compress directory

2016-11-03 Thread Bill Nolf
How do I compress (gzip and/or tar) a directory in python? I found examples of compressing a file using gzip or tar but not a directory. thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.o