[issue16397] UserString doesn't combine nicely with strings

2012-11-11 Thread Jorge Cardona
Jorge Cardona added the comment: Hi, this can be closed. Thanks. -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue16397> ___ ___ Py

[issue16397] UserString doesn't combine nicely with strings

2012-11-03 Thread Jorge Cardona
Jorge Cardona added the comment: mm, I thought that was impossible, and that I should be using UserString actually. I didn't notice the big warning at the beginning of the section at the docs. Sorry, I will change my code. Thanks. On Sat, Nov 3, 2012 at 2:33 PM, Martin v. Löwis

[issue16397] UserString doesn't combine nicely with strings

2012-11-03 Thread Jorge Cardona
New submission from Jorge Cardona: Hi, I think UserString must play nicely with other standard objects to be useful. For example, right now is not possible to join a list of UserString with a string. This shouldn't fail: from UserString import UserString '.'.join([U