Hi ironpython,

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

In today's digest:ISSUES

1. [New comment] sys.version_info should be namedtuple (or similar)
2. [New issue] PEP 380: Syntax for Delegating to a Subgenerator
3. [Status update] 1.1.1: Creating an Int64 from a long loses precision
4. [New comment] [2.7] set update raises NullReferenceException

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

ISSUES

1. [New comment] sys.version_info should be namedtuple (or similar)
http://ironpython.codeplex.com/workitem/30312
User jdhardy has commented on the issue:

"Fixed in ipy-2.7-maint (bd3d988)."-----------------

2. [New issue] PEP 380: Syntax for Delegating to a Subgenerator
http://ironpython.codeplex.com/workitem/30924
User jdhardy has proposed the issue:

"Implement PEP 380 (http://www.python.org/dev/peps/pep-0380/):

"A syntax is proposed for a generator to delegate part of its operations to 
another generator. This allows a section of code containing 'yield' to be 
factored out and placed in another generator. Additionally, the subgenerator is 
allowed to return with a value, and the value is made available to the 
delegating generator.

The new syntax also opens up some opportunities for optimisation when one 
generator re-yields values produced by another.""-----------------

3. [Status update] 1.1.1: Creating an Int64 from a long loses precision
http://ironpython.codeplex.com/workitem/16658
User jdhardy has updated the issue:
Status has changed from Active to Closed with the following comment, 

"This is fixed in (at least) 2.7."-----------------

4. [New comment] [2.7] set update raises NullReferenceException
http://ironpython.codeplex.com/workitem/30386
User jdhardy has commented on the issue:

"Fixed in 7a2f756."
----------------------------------------------



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