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 loewis
Recipients cben, eric.araujo, loewis, ness, ping, r.david.murray, rhettinger, taschini
Date 2012-08-27.16:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346086133.21.0.886291067807.issue1065986@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to see how this patch solves this issue. Taking the example from issue15791, I still get the traceback of that issue, namely in the line

    result = result + self.section('AUTHOR', str(object.__author__))

If __author__ is a unicode object, it's the str call that fails. This is long before any attempt is made to render the resulting string to an output device.
History
Date User Action Args
2012-08-27 16:48:53loewissetrecipients: + loewis, ping, rhettinger, cben, eric.araujo, r.david.murray, ness, taschini
2012-08-27 16:48:53loewissetmessageid: <1346086133.21.0.886291067807.issue1065986@psf.upfronthosting.co.za>
2012-08-27 16:48:52loewislinkissue1065986 messages
2012-08-27 16:48:52loewiscreate