[issue11597] Can't get ConfigParser.write to write unicode strings

2011-04-30 Thread the_isz
the_isz added the comment: Thanks for the hint, Ɓukasz, but like I stated earlier, I already worked around this problem by using the json module instead. -- ___ Python tracker <http://bugs.python.org/issue11

[issue11597] Can't get ConfigParser.write to write unicode strings

2011-04-05 Thread the_isz
the_isz added the comment: Well, the only thing I can add to this is that the json module (which I ended up using) supports unicode with no problem. So I think the argument that most of the standard library in 2.x assumes bytestrings is a bit... shaky. Other than that, I can follow your

[issue11597] Can't get ConfigParser.write to write unicode strings

2011-03-18 Thread the_isz
New submission from the_isz : 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

[issue10464] netrc module not parsing passwords containing #s.

2010-11-20 Thread the_isz
New submission from the_isz : The netrc module stops parsing passwords at # characters, which can be part of passwords. Tested with Python 2.7 and 3.1. -- components: Extension Modules messages: 121598 nosy: the_isz priority: normal severity: normal status: open title: netrc module not