Message8165

Author Lai Dung
Recipients Lai Dung, WA, fwierzbicki, zyasoft
Date 2013-10-29.19:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383074218.38.0.835068614168.issue1540@psf.upfronthosting.co.za>
In-reply-to
Content
This issue still exists in v2.7 beta 1...

Simpler example:

    import java

    class D(java.util.Date):
        def toString(self):
            return super(D, self).toString()

Then you can reproduce the issue with:

>>> D()
History
Date User Action Args
2013-10-29 19:16:58Lai Dungsetmessageid: <1383074218.38.0.835068614168.issue1540@psf.upfronthosting.co.za>
2013-10-29 19:16:58Lai Dungsetrecipients: + Lai Dung, fwierzbicki, zyasoft, WA
2013-10-29 19:16:58Lai Dunglinkissue1540 messages
2013-10-29 19:16:58Lai Dungcreate