<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2627" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2>IronPython.Objects.Dict dictionaries seem to be changed in a strange way 
in 0.7.5...</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial size=2>In IronPython-0.7.4, 
</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial size=2>&gt;&gt;&gt; 
sys.modules.Contains("site")</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2>True</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial size=2>in 
IronPython-0.7.5</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2>&gt;&gt;&gt;sys.modules.Contains("site")</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial size=2>&gt;&gt;&gt; 
sys.modules.Contains("site")<BR>IronPython.Objects.PythonValueError: bad args to 
this method &lt;method# Contains on IronPython.Objects.Dict&gt;<BR>&nbsp;&nbsp; 
at IronPython.Objects.ReflectedMethodBase.Call(Object[] args)<BR>&nbsp;&nbsp; at 
IronPython.Objects.Ops.Call(Object func, Object arg0)<BR>&nbsp;&nbsp; at 
input_36.Run(Frame frame)<BR>&nbsp;&nbsp; at 
IronPython.Hosting.PythonEngine.DoOneInteractive(Frame topFrame)<BR>&nbsp;&nbsp; 
at IronPython.Hosting.PythonEngine.RunInteractive()</FONT></SPAN></DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=705383222-23052005><FONT face=Arial size=2>Looking at the doc 
string, it seems to want some sort of key-value pair - but Contains should just 
take a key, no?</FONT></SPAN></DIV></BODY></HTML>