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