Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] datetime.strptime with %f error
2. [Status update] Unpacking a class that contains __iter__ fails
3. [Status update] Problem with API in IronPython
----------------------------------------------
ISSUES
1. [New comment] datetime.strptime with %f error
http://ironpython.codeplex.com/workitem/34706
User pekkaklarck has commented on the issue:
"<p>%f still doesn't work exactly like with CPython. As the example below
shows, IronPython drops precision below
milliseconds:</p><p>```<br>C:\Users\peke>ipy<br>IronPython 2.7.5 (2.7.5.0)
on .NET 4.0.30319.18444 (32-bit)<br>Type "help",
"copyright", "credits" or "license" for more
information.<br>>>> from datetime import datetime<br>>>>
datetime.strptime("2013-11-29T16:38:12.507666",
"%Y-%m-%dT%H:%M:%S.%f")<br>datetime.datetime(2013, 11, 29, 16, 38,
12, 507000)<br>>>></p><p>C:\Users\peke>python<br>Python 2.7.3
(default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32<br>Type
"help", "copyright", "credits" or
"license" for more information.<br>>>> from datetime import
datetime<br>>>>
datetime.strptime("2013-11-29T16:38:12.507666",
"%Y-%m-%dT%H:%M:%S.%f")<br>datetime.datetime(2013, 11, 29, 16, 38,
12, 507666)<br>>>><br>```</p><p>I submitted a new issue to
https://github.com/IronLanguages/main/issues/1169</p>"-----------------
2. [Status update] Unpacking a class that contains __iter__ fails
http://ironpython.codeplex.com/workitem/35843
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Please file issues on Github.
https://github.com/IronLanguages/main/issues"-----------------
3. [Status update] Problem with API in IronPython
http://ironpython.codeplex.com/workitem/35858
User slide_o_mix has updated the issue:
Status has changed from Proposed to Closed with the following comment,
"Please file issues on Github. https://github.com/IronLanguages/main/issues"
----------------------------------------------
----------------------------------------------
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
https://mail.python.org/mailman/listinfo/ironpython-users