<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: I Love Python: ZipFile Edition</title>
	<atom:link href="http://blog.schmichael.com/2009/07/08/i-love-python-zipfile-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schmichael.com/2009/07/08/i-love-python-zipfile-edition/</link>
	<description>good good study, day day up</description>
	<lastBuildDate>Thu, 29 Mar 2012 12:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Hari</title>
		<link>http://blog.schmichael.com/2009/07/08/i-love-python-zipfile-edition/comment-page-1/#comment-76715</link>
		<dc:creator>Hari</dc:creator>
		<pubDate>Wed, 28 Apr 2010 21:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=664#comment-76715</guid>
		<description>Too bad it doesn&#039;t provide a writable file like object. I was looking to create a zip of an output file that is in the order of several megabytes. I shouldn&#039;t have to create the file first and add it (or create a byte string of several megabytes to use writestr()). I think Java has an API to get a file object that you can directly write to the file object.</description>
		<content:encoded><![CDATA[<p>Too bad it doesn&#8217;t provide a writable file like object. I was looking to create a zip of an output file that is in the order of several megabytes. I shouldn&#8217;t have to create the file first and add it (or create a byte string of several megabytes to use writestr()). I think Java has an API to get a file object that you can directly write to the file object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Fosmark</title>
		<link>http://blog.schmichael.com/2009/07/08/i-love-python-zipfile-edition/comment-page-1/#comment-51855</link>
		<dc:creator>Evan Fosmark</dc:creator>
		<pubDate>Thu, 09 Jul 2009 03:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://michael.susens-schurter.com/blog/?p=664#comment-51855</guid>
		<description>I love the zipfile module. Doug Hellman covered extensively (probably more than the official docs) on his PyMOTW blog here: http://blog.doughellmann.com/2007/12/pymotw-zipfile.html

The only trouble I&#039;ve had with it is extracting certain information from files in a zip.</description>
		<content:encoded><![CDATA[<p>I love the zipfile module. Doug Hellman covered extensively (probably more than the official docs) on his PyMOTW blog here: <a href="http://blog.doughellmann.com/2007/12/pymotw-zipfile.html" rel="nofollow">http://blog.doughellmann.com/2007/12/pymotw-zipfile.html</a></p>
<p>The only trouble I&#8217;ve had with it is extracting certain information from files in a zip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

