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 the_isz
Recipients the_isz
Date 2011-03-18.17:08:03
SpamBayes Score 9.511423e-10
Marked as misclassified No
Message-id <1300468084.29.0.517380899901.issue11597@psf.upfronthosting.co.za>
In-reply-to
Content
Hey everyone,

I'm having issues writing unicode strings with ConfigParser.write. I don't know
if this is python's fault or my own but I couldn't find help on this, neither by
googling, nor by asking on the python irc channels.

Attached to this description I'll add an example script reproducing the error
and hope that someone will enlighten me on what I'm doing wrong.

It seems that this only occurs in python2, doing the same with python3 (omitting
the u before the unicode string), everything works fine.

Thanks in advance!
History
Date User Action Args
2011-03-18 17:08:04the_iszsetrecipients: + the_isz
2011-03-18 17:08:04the_iszsetmessageid: <1300468084.29.0.517380899901.issue11597@psf.upfronthosting.co.za>
2011-03-18 17:08:03the_iszlinkissue11597 messages
2011-03-18 17:08:03the_iszcreate