This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients larry, yselivanov, zzzeek
Date 2014-03-02.17:12:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393780371.3.0.795628125949.issue20828@psf.upfronthosting.co.za>
In-reply-to
Content
Why are you trying to get signature of 'datetime.datetime.today.__call__'?

__call__ in this case is a generic python object -- method-wrapper. It is used to make a classmethod. And the signature that getargspec is returning for it is correct.
History
Date User Action Args
2014-03-02 17:12:51yselivanovsetrecipients: + yselivanov, larry, zzzeek
2014-03-02 17:12:51yselivanovsetmessageid: <1393780371.3.0.795628125949.issue20828@psf.upfronthosting.co.za>
2014-03-02 17:12:51yselivanovlinkissue20828 messages
2014-03-02 17:12:50yselivanovcreate