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&gt;ipy<br>IronPython 2.7.5 (2.7.5.0) 
on .NET 4.0.30319.18444 (32-bit)<br>Type &quot;help&quot;, 
&quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more 
information.<br>&gt;&gt;&gt; from datetime import datetime<br>&gt;&gt;&gt; 
datetime.strptime(&quot;2013-11-29T16:38:12.507666&quot;, 
&quot;%Y-%m-%dT%H:%M:%S.%f&quot;)<br>datetime.datetime(2013, 11, 29, 16, 38, 
12, 507000)<br>&gt;&gt;&gt;</p><p>C:\Users\peke&gt;python<br>Python 2.7.3 
(default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32<br>Type 
&quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or 
&quot;license&quot; for more information.<br>&gt;&gt;&gt; from datetime import 
datetime<br>&gt;&gt;&gt; 
datetime.strptime(&quot;2013-11-29T16:38:12.507666&quot;, 
&quot;%Y-%m-%dT%H:%M:%S.%f&quot;)<br>datetime.datetime(2013, 11, 29, 16, 38, 
12, 507666)<br>&gt;&gt;&gt;<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

Reply via email to