Message7209

Author fwierzbicki
Recipients Arfrever, alex.gronholm, fwierzbicki, pjenvey
Date 2012-06-12.23:18:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339543105.62.0.553485360354.issue1900@psf.upfronthosting.co.za>
In-reply-to
Content
This patch seems to fix the original issue (though not the new imp.load("xml.dom") one) -- I still wonder if src/org/python/compiler/PyModule should get its __findattr_ex__ method back - it calls impAttr if __findattr__ returns null.
History
Date User Action Args
2012-06-12 23:18:25fwierzbickisetmessageid: <1339543105.62.0.553485360354.issue1900@psf.upfronthosting.co.za>
2012-06-12 23:18:25fwierzbickisetrecipients: + fwierzbicki, pjenvey, alex.gronholm, Arfrever
2012-06-12 23:18:25fwierzbickilinkissue1900 messages
2012-06-12 23:18:25fwierzbickicreate