Bug 292157 - Return value of datetime.datetime.utcnow() incorrectly identified
Summary: Return value of datetime.datetime.utcnow() incorrectly identified
Status: RESOLVED FIXED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Documentation data (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-22 05:17 UTC by Eike Hein
Modified: 2015-10-10 15:55 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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