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 daniel.urban
Recipients belopolsky, daniel.urban, eric.araujo, georg.brandl, lemburg, rhettinger, stribb, terry.reedy, thomaslee
Date 2010-11-19.21:20:18
SpamBayes Score 4.625495e-08
Marked as misclassified No
Message-id <1290201620.39.0.206175810431.issue4113@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-19 21:20:20daniel.urbansetrecipients: + daniel.urban, lemburg, georg.brandl, rhettinger, terry.reedy, belopolsky, thomaslee, eric.araujo, stribb
2010-11-19 21:20:20daniel.urbansetmessageid: <1290201620.39.0.206175810431.issue4113@psf.upfronthosting.co.za>
2010-11-19 21:20:18daniel.urbanlinkissue4113 messages
2010-11-19 21:20:18daniel.urbancreate