[Ironpython-users] IronPython, Daily Digest 8/15/2012

no_reply at codeplex.com no_reply at codeplex.com
Thu Aug 16 16:00:39 CEST 2012


Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] different prints for u'\xa0' against python2.7.3

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

ISSUES

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

"u\xa0 should be a white space:

== python 2.7.3 ==

Python 2.7.3 (default, Aug  1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> fn=u'\xa0'
>>> print fn
 
>>>

== IronPython 2.7.3 ==
IronPython 2.7.3 (2.7.0.40) on .NET 4.0.30319.269 (32-bit)
Type "help", "copyright", "credits" or "license" for more information.
>>> fn=u'\xa0'
>>> print fn
?
>>> 
it was translated to a '?' in ironpython"
----------------------------------------------



----------------------------------------------
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/20120816/a41ab45a/attachment.html>


More information about the Ironpython-users mailing list