Message4811

Author lheuer
Recipients lheuer
Date 2009-06-14.18:46:03
SpamBayes Score 0.0067409026
Marked as misclassified No
Message-id <1245005165.57.0.719684822617.issue1375@psf.upfronthosting.co.za>
In-reply-to
Content
In CPython a user accesses the attributes with attrs.get((None, 'attr'))
if the namespace uri should be None. This does not work with Jython, the
SAX parsers expect attrs.get(('', 'attr')) for 'no namespace'
History
Date User Action Args
2009-06-14 18:46:05lheuersetrecipients: + lheuer
2009-06-14 18:46:05lheuersetmessageid: <1245005165.57.0.719684822617.issue1375@psf.upfronthosting.co.za>
2009-06-14 18:46:05lheuerlinkissue1375 messages
2009-06-14 18:46:05lheuercreate