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 pitrou
Recipients michael.foord, pitrou
Date 2013-01-22.12:45:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358858719.11.0.38937253116.issue17015@psf.upfronthosting.co.za>
In-reply-to
Content
(note: also fails if I use `mock = Mock(wraps=f)` instead of `mock = Mock(spec=f)`)
History
Date User Action Args
2013-01-22 12:45:19pitrousetrecipients: + pitrou, michael.foord
2013-01-22 12:45:19pitrousetmessageid: <1358858719.11.0.38937253116.issue17015@psf.upfronthosting.co.za>
2013-01-22 12:45:19pitroulinkissue17015 messages
2013-01-22 12:45:18pitroucreate