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 nikratio
Recipients larry, nikratio, skrah
Date 2014-01-18.23:17:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390087068.13.0.662270402359.issue20177@psf.upfronthosting.co.za>
In-reply-to
Content
Will do. Another question: what should I do with return annotations, e.g. the "-> dict" part in

"get_clock_info(name: str) -> dict\n

Should I drop that part? In the clinic howto, I couldn't find anything about return annotations (only that parameter annotations are unsupported).
History
Date User Action Args
2014-01-18 23:17:48nikratiosetrecipients: + nikratio, larry, skrah
2014-01-18 23:17:48nikratiosetmessageid: <1390087068.13.0.662270402359.issue20177@psf.upfronthosting.co.za>
2014-01-18 23:17:48nikratiolinkissue20177 messages
2014-01-18 23:17:48nikratiocreate