<?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: Reloading Modules in a Python Interpreter</title>
	<atom:link href="http://www.pressthered.com/reloading_modules_in_a_python_interpreter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pressthered.com/reloading_modules_in_a_python_interpreter/</link>
	<description>Adventures in Software Development</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:36:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: littlepig</title>
		<link>http://www.pressthered.com/reloading_modules_in_a_python_interpreter/comment-page-1/#comment-60827</link>
		<dc:creator>littlepig</dc:creator>
		<pubDate>Mon, 19 Dec 2011 10:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pressthered.com/?p=591#comment-60827</guid>
		<description>The big deal with reload is that if module A depends on B and you change B, reload(A) will not reload the changes you&#039;ve made on B, possibly causing strange behavior. The best thing is to delete from sys.module...</description>
		<content:encoded><![CDATA[<p>The big deal with reload is that if module A depends on B and you change B, reload(A) will not reload the changes you&#8217;ve made on B, possibly causing strange behavior. The best thing is to delete from sys.module&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumaresan</title>
		<link>http://www.pressthered.com/reloading_modules_in_a_python_interpreter/comment-page-1/#comment-12709</link>
		<dc:creator>Kumaresan</dc:creator>
		<pubDate>Wed, 07 Jul 2010 11:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pressthered.com/?p=591#comment-12709</guid>
		<description>deleting loaded module from sys.module list and importing once again seems to be same as reload. so whats a big deal in reload(myModule)?</description>
		<content:encoded><![CDATA[<p>deleting loaded module from sys.module list and importing once again seems to be same as reload. so whats a big deal in reload(myModule)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim.richmond</title>
		<link>http://www.pressthered.com/reloading_modules_in_a_python_interpreter/comment-page-1/#comment-6302</link>
		<dc:creator>jim.richmond</dc:creator>
		<pubDate>Sun, 04 Oct 2009 22:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pressthered.com/?p=591#comment-6302</guid>
		<description>UPDATE:
If you are using PyScripter, a better option is to enable the remote interpreter, this gives you the option of resetting the interpreter with a quick key press. It requires downloading the 2.6 version of the rpyc module. I placed it in my \Python\Lib\site-packages directory and restarted PyScripter. You can get additional info here: http://code.google.com/p/pyscripter/wiki/RemoteEngines</description>
		<content:encoded><![CDATA[<p>UPDATE:<br />
If you are using PyScripter, a better option is to enable the remote interpreter, this gives you the option of resetting the interpreter with a quick key press. It requires downloading the 2.6 version of the rpyc module. I placed it in my \Python\Lib\site-packages directory and restarted PyScripter. You can get additional info here: <a href="http://code.google.com/p/pyscripter/wiki/RemoteEngines" rel="nofollow">http://code.google.com/p/pyscripter/wiki/RemoteEngines</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

