Message3727

Author fwierzbicki
Recipients cgroves, fwierzbicki, leouserz, pmhahn
Date 2008-11-01.02:46:18
SpamBayes Score 1.4976797e-07
Marked as misclassified No
Message-id <1225507579.85.0.857957513028.issue513713@psf.upfronthosting.co.za>
In-reply-to
Content
We now get a correct "is" at the end of this test though the types are
<type 'tablecode'>

Jython 2.5b0 (trunk:5536:5537, Oct 31 2008, 12:34:26) 
[Java HotSpot(TM) Client VM (Apple Inc.)] on java1.5.0_16
Type "help", "copyright", "credits" or "license" for more information.
>>> import types,inspect
>>> types.CodeType
<type 'tablecode'>
>>> type(inspect.currentframe().f_code)
<type 'tablecode'>
>>> type(inspect.currentframe().f_code) is types.CodeType
True
History
Date User Action Args
2008-11-01 02:46:19fwierzbickisetmessageid: <1225507579.85.0.857957513028.issue513713@psf.upfronthosting.co.za>
2008-11-01 02:46:19fwierzbickisetrecipients: + fwierzbicki, cgroves, leouserz, pmhahn
2008-11-01 02:46:19fwierzbickilinkissue513713 messages
2008-11-01 02:46:19fwierzbickicreate