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 vstinner
Recipients giampaolo.rodola, hdima, vstinner
Date 2008-10-14.00:54:17
SpamBayes Score 3.1298503e-05
Marked as misclassified No
Message-id <1223945659.84.0.353180875848.issue3727@psf.upfronthosting.co.za>
In-reply-to
Content
@giampaolo.rodola: Right, I also prefer encoding as a class attribute. 
So I wrote a new patch:
 - encoding is now a class attribute
 - continue SSL code factorization: SSL code is now around 10 lines 
instead of 70 lines!
History
Date User Action Args
2008-10-14 00:54:19vstinnersetrecipients: + vstinner, hdima, giampaolo.rodola
2008-10-14 00:54:19vstinnersetmessageid: <1223945659.84.0.353180875848.issue3727@psf.upfronthosting.co.za>
2008-10-14 00:54:19vstinnerlinkissue3727 messages
2008-10-14 00:54:18vstinnercreate