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 Gwenlliana
Recipients Gwenlliana, anupama.srinivas.murthy, r.david.murray, rhettinger
Date 2015-01-18.20:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421613686.61.0.470121066883.issue23217@psf.upfronthosting.co.za>
In-reply-to
Content
Though standard library contains a workaround on the decorator issue (functools.wraps), but it still failed to patch func_code.co_firstlineno, which led the pydoc module to capture the wrong comment.
History
Date User Action Args
2015-01-18 20:41:26Gwenllianasetrecipients: + Gwenlliana, rhettinger, r.david.murray, anupama.srinivas.murthy
2015-01-18 20:41:26Gwenllianasetmessageid: <1421613686.61.0.470121066883.issue23217@psf.upfronthosting.co.za>
2015-01-18 20:41:26Gwenllianalinkissue23217 messages
2015-01-18 20:41:26Gwenllianacreate