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 danielsh
Recipients danielsh, meador.inge, rhettinger, terry.reedy
Date 2013-01-05.04:10:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20130105040955.GA3989@lp-shahaf.local>
In-reply-to <1357349630.55.0.809334962443.issue16808@psf.upfronthosting.co.za>
Content
Terry J. Reedy wrote on Sat, Jan 05, 2013 at 01:33:50 +0000:
> Should a test be added to or changed in test_inspect? Line 163 has
> a test_stack method that calls inspect.stack.

Makes sense; added a test that tests named attribute access.  Thanks for
the pointer.
Files
File name Uploaded
inspect-v4.diff danielsh, 2013-01-05.04:10:04
History
Date User Action Args
2013-01-05 04:10:05danielshsetrecipients: + danielsh, rhettinger, terry.reedy, meador.inge
2013-01-05 04:10:05danielshlinkissue16808 messages
2013-01-05 04:10:05danielshcreate