<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Oom &#187; readlines</title>
	<atom:link href="http://web.pyncus.com/tag/readlines/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.pyncus.com</link>
	<description>Build and Share Web Technology</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:19:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Python: How to read lines</title>
		<link>http://web.pyncus.com/2009/12/22/python-how-to-read-lines/</link>
		<comments>http://web.pyncus.com/2009/12/22/python-how-to-read-lines/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:32:44 +0000</pubDate>
		<dc:creator>weboom</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[readlines]]></category>

		<guid isPermaLink="false">http://web.pyncus.com/?p=565</guid>
		<description><![CDATA[Use readlines() For example, arg = "filename" f = open(arg, 'r') lines = f.readlines() f.close()]]></description>
			<content:encoded><![CDATA[<p>Use readlines()</p>
<p>For example,</p>
<pre>
arg = "filename"

f = open(arg, 'r')

lines = f.readlines()
f.close()
</pre>
]]></content:encoded>
			<wfw:commentRss>http://web.pyncus.com/2009/12/22/python-how-to-read-lines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

