Bug 292157

Summary: Return value of datetime.datetime.utcnow() incorrectly identified
Product: [Developer tools] kdev-python Reporter: Eike Hein <hein>
Component: Documentation dataAssignee: Sven Brauch <mail>
Status: RESOLVED FIXED    
Severity: normal CC: mail
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eike Hein 2012-01-22 05:17:36 UTC
Given:

datetime.datetime.utcnow().strftime()

... kdev-python says it can't find the attribute strftime, because it doesn't realize utcnow() returns a datetime instance. Rather, the displayed return type is "void".
Comment 1 Sven Brauch 2015-10-10 15:55:05 UTC
Git commit c1912d1fd93d90c443eed0d71cca479f8d7b32e4 by Sven Brauch.
Committed on 10/10/2015 at 15:55.
Pushed by brauch into branch 'master'.

remove datetime doc file

we're good enough to parse the original now :)

D  +0    -277  documentation_files/datetime.py

http://commits.kde.org/kdev-python/c1912d1fd93d90c443eed0d71cca479f8d7b32e4