Message6383

Author alex.gronholm
Recipients alex.gronholm
Date 2011-02-07.08:37:00
SpamBayes Score 4.407724e-05
Marked as misclassified No
Message-id <1297067821.33.0.31683229641.issue1704@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5.2rc3 (Release_2_5_2rc3:7184, Jan 10 2011, 22:54:57) 
[OpenJDK 64-Bit Server VM (Sun Microsystems Inc.)] on java1.6.0_20
Type "help", "copyright", "credits" or "license" for more information.
>>> class A(object): pass
... 
>>> type(A().__dict__)
<type 'dict'>
>>> isinstance(A().__dict__, dict)
False

Anybody care to explain? Ran into this while debugging a strange issue in my app that only occurred in Jython.
History
Date User Action Args
2011-02-07 08:37:01alex.gronholmsetrecipients: + alex.gronholm
2011-02-07 08:37:01alex.gronholmsetmessageid: <1297067821.33.0.31683229641.issue1704@psf.upfronthosting.co.za>
2011-02-07 08:37:01alex.gronholmlinkissue1704 messages
2011-02-07 08:37:00alex.gronholmcreate