[Ironpython-users] IronPython, Daily Digest 1/30/2012

2012-01-31 Thread no_reply
Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] Exception is thrown when attempting to run pre-compiled code 
with sys.settrace enabled

--

ISSUES

1. [New comment] Exception is thrown when attempting to run pre-compiled code 
with sys.settrace enabled
http://ironpython.codeplex.com/workitem/31447
User hfoffani has commented on the issue:

"Are there any chance that this issue could be solved in 2.7.2?
My lack of understanding of the efforts that would imply to address this 
problem and inability to collaborate
makes me very uncomfortable to ask, but I'd greatly appreciate any advance on 
it.
One way or the other, thank you a lot.

"
--



--
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
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users


[Ironpython-users] type for unicode and str

2012-01-31 Thread Daniel Fernandez




Hi All, I was just playing with unicode strings and I notice a difference with 
CPython and IronPython. On CPython 2.7.2 I get the following >>> type(u"A")

>>> type("A")
 On Ironpython the latest 2.7.2 Alpha 1 I get the following >>> 
type(u"A")

>>> type("A")
  I decided to crack open the source and see where this type 
function is defined. I followed to the builtin.cs with the PythonModule but I 
got kind lost there. If anyone can provide some helpful hints that would be 
great. Thanks Danny___
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users