Message3727
 
            
            
            
 
   
   
 
 
  
      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  | 
   
  
 
|
 
| Date | 
User | 
Action | 
Args | 
 
| 2008-11-01 02:46:19 | fwierzbicki | set | messageid: <1225507579.85.0.857957513028.issue513713@psf.upfronthosting.co.za> |  
| 2008-11-01 02:46:19 | fwierzbicki | set | recipients:
  + fwierzbicki, cgroves, leouserz, pmhahn |  
| 2008-11-01 02:46:19 | fwierzbicki | link | issue513713 messages |  
| 2008-11-01 02:46:19 | fwierzbicki | create |  |  
 
 
 |