[issue3727] poplib module broken by str to unicode conversion

STINNER Victor report at bugs.python.org
Tue Oct 14 02:54:19 CEST 2008


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

@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!

Added file: http://bugs.python.org/file11782/poplib_unicode-5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3727>
_______________________________________


More information about the Python-bugs-list mailing list