Daniel Urban <urban.dani...@gmail.com> added the comment:

Well, of course it can be done with PyUnicode_Concat (obviously, since 
PyUnicode_AppendAndDel uses that). I used PyUnicode_AppendAndDel because that 
function does exactly what I needed.

I don't see why PyUnicode_AppendAndDel should be deprecated. Anyway, here is a 
new patch which uses PyUnicode_Concat.

----------
Added file: http://bugs.python.org/file19643/issue4113b.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4113>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to