[Ironpython-users] IronPython, Daily Digest 6/29/2013

CodePlex no_reply at codeplex.com
Sun Jun 30 09:19:29 CEST 2013


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>ipy<br>IronPython 2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> nbsp='\xa0'<br>>>> print nbsp</p><p>>>> print len(nbsp)<br>1<br>>>> nbsp<br>u'\xa0'<br>>>> import locale<br>>>> 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>ipy<br>IronPython 2.7.4a2 DEBUG (2.7.0.40) on .NET 4.0.30319.296 (32-bit)<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> f=lambda: x+1<br>>>> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20130630/5c1d3933/attachment.html>


More information about the Ironpython-users mailing list