[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

[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 sou