<?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"
	>
<channel>
	<title>Comments for some kind of blog</title>
	<atom:link href="http://flo.nigsch.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://flo.nigsch.com</link>
	<description>hopefully something useful will arrive here at some point!</description>
	<pubDate>Mon, 20 May 2013 16:13:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Dictionary lookup with regular expression as key by J Knaus</title>
		<link>http://flo.nigsch.com/?p=82#comment-1136</link>
		<dc:creator>J Knaus</dc:creator>
		<pubDate>Tue, 20 Sep 2011 05:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=82#comment-1136</guid>
		<description>I know this is an old thread, but I wanted to respond...

Sweet!  Just what I needed for a tree-based rules engine I am writing.

Do we have any guarantees that filter() perfroms better than O(n/2), on average?

I was hoping that there might be a regex searchmethod/function that exploits the implementation of a dict(), for instance, to get something like O(ln(n)) performance</description>
		<content:encoded><![CDATA[<p>I know this is an old thread, but I wanted to respond&#8230;</p>
<p>Sweet!  Just what I needed for a tree-based rules engine I am writing.</p>
<p>Do we have any guarantees that filter() perfroms better than O(n/2), on average?</p>
<p>I was hoping that there might be a regex searchmethod/function that exploits the implementation of a dict(), for instance, to get something like O(ln(n)) performance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by Using MySQLdb with Python2.6 &#171; Khmer Developer</title>
		<link>http://flo.nigsch.com/?p=62#comment-1134</link>
		<dc:creator>Using MySQLdb with Python2.6 &#171; Khmer Developer</dc:creator>
		<pubDate>Mon, 18 Jul 2011 19:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1134</guid>
		<description>[...] source: http://flo.nigsch.com/?p=62 [...]</description>
		<content:encoded><![CDATA[<p>[...] source: http://flo.nigsch.com/?p=62 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by MySQLdb 1.2.2 warning on Windows 7 + python 2.6.6 &#187; theriller.com</title>
		<link>http://flo.nigsch.com/?p=62#comment-1133</link>
		<dc:creator>MySQLdb 1.2.2 warning on Windows 7 + python 2.6.6 &#187; theriller.com</dc:creator>
		<pubDate>Wed, 01 Jun 2011 15:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1133</guid>
		<description>[...] Referenced: some kind of blog     Posted by chris at 10:14 am [...]</description>
		<content:encoded><![CDATA[<p>[...] Referenced: some kind of blog     Posted by chris at 10:14 am [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dictionary lookup with regular expression as key by Adhor</title>
		<link>http://flo.nigsch.com/?p=82#comment-1132</link>
		<dc:creator>Adhor</dc:creator>
		<pubDate>Mon, 23 May 2011 16:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=82#comment-1132</guid>
		<description>thank you, you just made my day !</description>
		<content:encoded><![CDATA[<p>thank you, you just made my day !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by Dave</title>
		<link>http://flo.nigsch.com/?p=62#comment-1130</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 08 Oct 2010 00:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1130</guid>
		<description>Great! It was annoying watching the deprecation warning everytime.
Note: I had to remove the __init__.pyc in after modifying __init__.py so when you import MySQLdb it gets byte compiled again
Thanks.</description>
		<content:encoded><![CDATA[<p>Great! It was annoying watching the deprecation warning everytime.<br />
Note: I had to remove the __init__.pyc in after modifying __init__.py so when you import MySQLdb it gets byte compiled again<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by Charles</title>
		<link>http://flo.nigsch.com/?p=62#comment-1128</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Thu, 20 May 2010 02:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1128</guid>
		<description>Or upgrade python-mysqldb to version 1.2.2.10 or later (by your system's package manager if possible) avoiding having to hand hack at things.</description>
		<content:encoded><![CDATA[<p>Or upgrade python-mysqldb to version 1.2.2.10 or later (by your system&#8217;s package manager if possible) avoiding having to hand hack at things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by Jitendra Harlalka</title>
		<link>http://flo.nigsch.com/?p=62#comment-1050</link>
		<dc:creator>Jitendra Harlalka</dc:creator>
		<pubDate>Fri, 26 Feb 2010 11:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1050</guid>
		<description>Thank you very much! It helped me get rid of those unwanted decrepted message errors :)</description>
		<content:encoded><![CDATA[<p>Thank you very much! It helped me get rid of those unwanted decrepted message errors <img src='http://flo.nigsch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by socoro</title>
		<link>http://flo.nigsch.com/?p=62#comment-1049</link>
		<dc:creator>socoro</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1049</guid>
		<description>thanks It's help me :)</description>
		<content:encoded><![CDATA[<p>thanks It&#8217;s help me <img src='http://flo.nigsch.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InChI generation mystery by chi</title>
		<link>http://flo.nigsch.com/?p=67#comment-1046</link>
		<dc:creator>chi</dc:creator>
		<pubDate>Thu, 22 Oct 2009 15:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=67#comment-1046</guid>
		<description>Hi guys,

I'm looking for the simplest way of converting smiles to jme format using a java based class.. At moment using a cartridge to search through my smiles oracle table and servellets. This returns the SMILES but i need to visualise these using JME...

chi</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I&#8217;m looking for the simplest way of converting smiles to jme format using a java based class.. At moment using a cartridge to search through my smiles oracle table and servellets. This returns the SMILES but i need to visualise these using JME&#8230;</p>
<p>chi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MySQLdb 1.2.2 with python 2.6.1 by Raji</title>
		<link>http://flo.nigsch.com/?p=62#comment-1044</link>
		<dc:creator>Raji</dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://flo.nigsch.com/?p=62#comment-1044</guid>
		<description>Nice post to get rid of deprecation warning : 'from sets import  ImmutableSet'.
Then i also received another  DeprecationWarning:
/var/lib/python-support/python2.6/MySQLdb/converters.py:37: DeprecationWarning: the sets module is deprecated
  from sets import BaseSet, Set

From the above comment it was mentioned to do what done in __init__.py,line 34. In __init__.py line 34 was commented. If i comment the line 37 in converters.py(i.e., the line is 'from set import BaseSet,Set') i got following errors.

File "connection.py", line 2, in 
    db = MySQLdb.connect(host="localhost", user="root", passwd="home", db="list_animal")
  File "/var/lib/python-support/python2.6/MySQLdb/__init__.py", line 76, in Connect
    return Connection(*args, **kwargs)
  File "/var/lib/python-support/python2.6/MySQLdb/connections.py", line 129, in __init__
    from converters import conversions
  File "/var/lib/python-support/python2.6/MySQLdb/converters.py", line 130, in 
    Set: Set2Str,
NameError: name 'Set' is not defined

How to remove the warning?</description>
		<content:encoded><![CDATA[<p>Nice post to get rid of deprecation warning : &#8216;from sets import  ImmutableSet&#8217;.<br />
Then i also received another  DeprecationWarning:<br />
/var/lib/python-support/python2.6/MySQLdb/converters.py:37: DeprecationWarning: the sets module is deprecated<br />
  from sets import BaseSet, Set</p>
<p>From the above comment it was mentioned to do what done in __init__.py,line 34. In __init__.py line 34 was commented. If i comment the line 37 in converters.py(i.e., the line is &#8216;from set import BaseSet,Set&#8217;) i got following errors.</p>
<p>File &#8220;connection.py&#8221;, line 2, in<br />
    db = MySQLdb.connect(host=&#8221;localhost&#8221;, user=&#8221;root&#8221;, passwd=&#8221;home&#8221;, db=&#8221;list_animal&#8221;)<br />
  File &#8220;/var/lib/python-support/python2.6/MySQLdb/__init__.py&#8221;, line 76, in Connect<br />
    return Connection(*args, **kwargs)<br />
  File &#8220;/var/lib/python-support/python2.6/MySQLdb/connections.py&#8221;, line 129, in __init__<br />
    from converters import conversions<br />
  File &#8220;/var/lib/python-support/python2.6/MySQLdb/converters.py&#8221;, line 130, in<br />
    Set: Set2Str,<br />
NameError: name &#8216;Set&#8217; is not defined</p>
<p>How to remove the warning?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
