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 <[email protected]>
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: <[email protected]>
2008-10-14 00:54:19vstinnerlinkissue3727 messages
2008-10-14 00:54:18vstinnercreate