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 michael.foord
Recipients eric.araujo, ezio.melotti, michael.foord, pitrou
Date 2013-01-30.17:49:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359568154.21.0.441103489242.issue17015@psf.upfronthosting.co.za>
In-reply-to
Content
Wow, impressive work Antoine - thanks. I am a little concerned that this relies on Python 3 only features of inspect, and *in fact* relies on bug fixes in Python 3.4 to work. That means it would be hard / impossible for the backport "mock" to have the new feature. That may be solveable (there is a backport of function signatures which mock could use for example).
History
Date User Action Args
2013-01-30 17:49:14michael.foordsetrecipients: + michael.foord, pitrou, ezio.melotti, eric.araujo
2013-01-30 17:49:14michael.foordsetmessageid: <1359568154.21.0.441103489242.issue17015@psf.upfronthosting.co.za>
2013-01-30 17:49:14michael.foordlinkissue17015 messages
2013-01-30 17:49:14michael.foordcreate