Message6470

Author w_hunger
Recipients sruchet, w_hunger
Date 2011-04-06.09:47:09
SpamBayes Score 0.010239725
Marked as misclassified No
Message-id <1302083230.08.0.188146330431.issue1717@psf.upfronthosting.co.za>
In-reply-to
Content
I stumbled across the same problem. I do not understand it completely, but i think the real cause is in _fixTuple():

>diff drv_javasax.py.ORIG drv_javasax.py
241c241
<     if len(nsTuple) == 2:
---
>     if isinstance(nsTuple, tuple) and len(nsTuple) == 2:
History
Date User Action Args
2011-04-06 09:47:10w_hungersetmessageid: <1302083230.08.0.188146330431.issue1717@psf.upfronthosting.co.za>
2011-04-06 09:47:10w_hungersetrecipients: + w_hunger, sruchet
2011-04-06 09:47:10w_hungerlinkissue1717 messages
2011-04-06 09:47:09w_hungercreate