Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] different prints for u'\xa0' against python2.7.3
2. [New comment] eval() function doesn't work as expected

----------------------------------------------

ISSUES

1. [New comment] different prints for u'\xa0' against python2.7.3
http://ironpython.codeplex.com/workitem/33030
User paweljasinski has commented on the issue:

"<p>With my current settings and 2.7.4 alpha 1 I am getting expected 
results:</p><p>```<br>c:\github\IronLanguages\Languages\IronPython&gt;ipy<br>IronPython
 2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)<br>Type 
&quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or 
&quot;license&quot; for more information.<br>&gt;&gt;&gt; 
nbsp='\xa0'<br>&gt;&gt;&gt; print nbsp</p><p>&gt;&gt;&gt; print 
len(nbsp)<br>1<br>&gt;&gt;&gt; nbsp<br>u'\xa0'<br>&gt;&gt;&gt; import 
locale<br>&gt;&gt;&gt; locale.getdefaultlocale()<br>('en_US', 
'cp1252')<br>```</p"-----------------

2. [New comment] eval() function doesn't work as expected
http://ironpython.codeplex.com/workitem/33083
User paweljasinski has commented on the issue:

"<p>This looks like it is fixed in 2.7.4 alpha 
1:<br>```<br>c:\github\IronLanguages\Languages\IronPython&gt;ipy<br>IronPython 
2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)<br>Type 
&quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or 
&quot;license&quot; for more information.<br>&gt;&gt;&gt; f=lambda: 
x+1<br>&gt;&gt;&gt; eval(f.func_code, {'x':1})<br>2<br>```</p"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to