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 Sam.Breese
Recipients Sam.Breese, sbt
Date 2012-09-30.14:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349016732.0.0.244237450427.issue15812@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch. Very, very simple, just changed that one line in inspect.py and wrote a highly primitive test case for inspect.getframeinfo. The test isn't actually testing the primary functionality right now, just this one bug. I can probably write more expansive coverage later, but in the interest of an expeditious reply I'm submitting now.
History
Date User Action Args
2012-09-30 14:52:12Sam.Breesesetrecipients: + Sam.Breese, sbt
2012-09-30 14:52:12Sam.Breesesetmessageid: <1349016732.0.0.244237450427.issue15812@psf.upfronthosting.co.za>
2012-09-30 14:52:11Sam.Breeselinkissue15812 messages
2012-09-30 14:52:11Sam.Breesecreate