This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients akuchling, janssen, loewis, nagle
Date 2007-08-29.22:54:30
SpamBayes Score 0.3990505
Marked as misclassified No
Message-id <1188428071.08.0.268447042051.issue1583946@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, looking at it further, I'm not sure that it is fixed by the new 
SSL code.  If in fact the issuer or subject field can contain multiple 
name-value pairs with the same name, the dictionary-based approach 
currently used won't work.  We'll need more of an alist approach, with 
name-value tuples in it.  I'd better look into this.
History
Date User Action Args
2007-08-29 22:54:31janssensetspambayes_score: 0.399051 -> 0.3990505
recipients: + janssen, loewis, akuchling, nagle
2007-08-29 22:54:31janssensetspambayes_score: 0.399051 -> 0.399051
messageid: <1188428071.08.0.268447042051.issue1583946@psf.upfronthosting.co.za>
2007-08-29 22:54:31janssenlinkissue1583946 messages
2007-08-29 22:54:30janssencreate