Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in order
authorZac Medico <zmedico@gentoo.org>
Mon, 16 Nov 2009 00:30:08 +0000 (00:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 16 Nov 2009 00:30:08 +0000 (00:30 -0000)
commitb3df33c444d72a1238e9dc0b2c548a4a67ce92f6
treea7934e5df4679027bd4fcb72e8b70c2b507bd641
parentda35f20d752830b90630c2e41672b0861fec5b3b
Bug #292528 - Specify UTF-8 in the MIMEText constructor arguments, in order
to avoid conversiont to ascii and subsequent UnicodeEncodeError when sending
mail. The idea comes from here: http://bugs.python.org/issue4403#msg76425.
(trunk r14806)

svn path=/main/branches/2.1.7/; revision=14829
pym/portage/mail.py