[Ironpython-users] IronPython, Daily Digest 2/8/2012
no_reply at codeplex.com
no_reply at codeplex.com
Thu Feb 9 09:53:17 CET 2012
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Add StackOverflow to website support page
2. [New comment] IronPython 2.7.1 csv pyc
3. [New comment] Import System does not work when script called from C#
4. [Status update] Test blocking: Cannot kill ipyw processes
5. [New comment] Deriving from C# class and interfaces
6. [New comment] Deriving from C# class and interfaces
7. [New comment] Deriving from C# class and interfaces
8. [Status update] raw_input seems to hang (for winXP ipy 2.0a6)
9. [New issue] strftime does not format %f correctly
10. [New comment] 2.6: datetime.strftime supports %f format code for microseconds zero padded left to six places
11. [Status update] STRESS: test_cominterop.py hangs under "multiple runs" mode
12. [Status update] problem with ironpython2.0.1 and excel 2007 while using interactive mode
13. [Status update] SIGNOFF: test_uuid.py broken on x64 platforms
14. [Status update] System.Int64 should define __hex__
15. [New comment] Parser: Multi-line command inside a function does not parse (ipy 2.6)
16. [Status update] continue statement in a finally block is not allowed in CPython but works in ipy
17. [Status update] Cannot build the source release of IronPython from within the VS IDE
18. [Status update] IP cannot import modules containing large numbers of variables
----------------------------------------------
ISSUES
1. [New comment] Add StackOverflow to website support page
http://ironpython.codeplex.com/workitem/32070
User slide_o_mix has commented on the issue:
"Where is the website support page? :-)"-----------------
2. [New comment] IronPython 2.7.1 csv pyc
http://ironpython.codeplex.com/workitem/31800
User slide_o_mix has commented on the issue:
"Was this ever resolved?"-----------------
3. [New comment] Import System does not work when script called from C#
http://ironpython.codeplex.com/workitem/19249
User slide_o_mix has commented on the issue:
"Need some votes on whether we want to do this or not. Could make it an option passed in to CreateEngine or something like that."-----------------
4. [Status update] Test blocking: Cannot kill ipyw processes
http://ironpython.codeplex.com/workitem/12900
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"SNAP failure"-----------------
5. [New comment] Deriving from C# class and interfaces
http://ironpython.codeplex.com/workitem/32166
User slide_o_mix has commented on the issue:
"FYI, your Animal class does not implement the IAnimal interface, there is some sort of shearing going on."-----------------
6. [New comment] Deriving from C# class and interfaces
http://ironpython.codeplex.com/workitem/32166
User kvncode has commented on the issue:
"Yes I know. This same pattern is possible in C# and therefore I thought IronPython would be capable of supporting this. We have a work-around in place, but this still seems like a bug to me unless it's documented somewhere that this type of design is specifically not supported by IronPython."-----------------
7. [New comment] Deriving from C# class and interfaces
http://ironpython.codeplex.com/workitem/32166
User slide_o_mix has commented on the issue:
"Ah, I missed the virtual on the Name property of Animal."-----------------
8. [Status update] raw_input seems to hang (for winXP ipy 2.0a6)
http://ironpython.codeplex.com/workitem/13803
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Unable to reproduce on 2.7.1"-----------------
9. [New issue] strftime does not format %f correctly
http://ironpython.codeplex.com/workitem/32215
User slide_o_mix has proposed the issue:
"IronPython 3.0 DEBUG (3.0.0.0) on .NET 4.0.30319.237
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime
>>> d = datetime.datetime(2012,2,8,4,5,6,12314)
>>> d.strftime('%f')
'000314'
Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> d = datetime.datetime(2012,2,8,4,5,6,12314)
>>> d.strftime('%f')
'012314'"-----------------
10. [New comment] 2.6: datetime.strftime supports %f format code for microseconds zero padded left to six places
http://ironpython.codeplex.com/workitem/19569
User slide_o_mix has commented on the issue:
"strptime looks like it works, but strftime does not format the output correctly in 2.7.1"-----------------
11. [Status update] STRESS: test_cominterop.py hangs under "multiple runs" mode
http://ironpython.codeplex.com/workitem/21439
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"No way to reproduce outside MS"-----------------
12. [Status update] problem with ironpython2.0.1 and excel 2007 while using interactive mode
http://ironpython.codeplex.com/workitem/22037
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"I'm unable to reproduce this on 2.7.1. "-----------------
13. [Status update] SIGNOFF: test_uuid.py broken on x64 platforms
http://ironpython.codeplex.com/workitem/22485
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Ran with both x86 and x64 CLR and both pass the test_uuid.py suite 100%"-----------------
14. [Status update] System.Int64 should define __hex__
http://ironpython.codeplex.com/workitem/26347
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Works in 2.7.1"-----------------
15. [New comment] Parser: Multi-line command inside a function does not parse (ipy 2.6)
http://ironpython.codeplex.com/workitem/26179
User slide_o_mix has commented on the issue:
"Still occurs in 2.7.1"-----------------
16. [Status update] continue statement in a finally block is not allowed in CPython but works in ipy
http://ironpython.codeplex.com/workitem/23910
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"This works correctly in 2.7.1"-----------------
17. [Status update] Cannot build the source release of IronPython from within the VS IDE
http://ironpython.codeplex.com/workitem/24049
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Can not reproduce with clean git clone."-----------------
18. [Status update] IP cannot import modules containing large numbers of variables
http://ironpython.codeplex.com/workitem/24123
User slide_o_mix has updated the issue:
Status has changed from Active to Closed with the following comment,
"Can not reproduce outside MS"
----------------------------------------------
----------------------------------------------
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20120209/bd3a8784/attachment.html>
More information about the Ironpython-users
mailing list