Re: [Tutor] question about gzip module

2012-01-05 Thread Walter Prins
Hi, On 5 January 2012 15:45, daedae11 wrote: > Is there anyone who can give me an example of how to use the gzip module? > I have read the document, but there is no example in the document. Which document are you referring to? The Official Python documentation does in fact contain examples als

Re: [Tutor] question about gzip module

2012-01-05 Thread lzantal
Good morning, I learned it (and many other modules) from pymotw. Here is a direct link to the gzip week. http://www.doughellmann.com/PyMOTW/gzip/index.html#module-gzip lzantal On Jan 5, 2012, at 7:45 AM, daedae11 wrote: > Is there anyone who can give me an example of how to use the gzip modul

[Tutor] question about gzip module

2012-01-05 Thread daedae11
Is there anyone who can give me an example of how to use the gzip module? I have read the document, but there is no example in the document. Thank you!! daedae11___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: htt