Hi ironpython,

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

In today's digest:ISSUES

1. [New issue] Converting large float to int produces Int64 (which is not int 
or long)
2. [New comment] "import foo.zap as bar" throws AttributeError instead of 
ImportError
3. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
4. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.

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

ISSUES

1. [New issue] Converting large float to int produces Int64 (which is not int 
or long)
http://ironpython.codeplex.com/workitem/31549
User mkorpela has proposed the issue:

"import sys
type(int(float(sys.maxint+1))) # --> Int64

This makes it hard to check if a thing is a number as it has a new type in 
IronPython that is not available in cPython or Jython."-----------------

2. [New comment] "import foo.zap as bar" throws AttributeError instead of 
ImportError
http://ironpython.codeplex.com/workitem/31545
User jdhardy has commented on the issue:

"It looks like IP is trying to raise the right exception (the 'LightException' 
object) but for some reason tries to look up 'zap' on that."-----------------

3. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
http://ironpython.codeplex.com/workitem/31439
User jdhardy has commented on the issue:

"The SSL fixes are in the new 2.7.1 Beta 3 release. Can you give that a try and 
see if it fixes your issue?"-----------------

4. [New comment] IOError: Unable to write data to the transport connection: 
cannot access a disposed object.
http://ironpython.codeplex.com/workitem/31439
User loocas has commented on the issue:

"YES! Brilliant! It seems that the issue is gone! Thank you very much!"
----------------------------------------------



----------------------------------------------
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
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to