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 lemburg
Recipients alexandre.vassalotti, belopolsky, gvanrossum, lemburg
Date 2008-05-03.19:53:26
SpamBayes Score 5.5962413e-05
Marked as misclassified No
Message-id <481CC2B2.8090800@egenix.com>
In-reply-to <1209839131.43.0.513585138036.issue1950@psf.upfronthosting.co.za>
Content
On 2008-05-03 20:25, Alexandre Vassalotti wrote:
> Alexandre Vassalotti <alexandre@peadrop.com> added the comment:
> 
> Committed to r62667.
> 
> Thank you all for your comments!
> 
> ----------
> resolution:  -> fixed
> status: open -> closed

What about my comments regarding the PyUnicode_AsString() API in
http://bugs.python.org/msg65962

Should I open a separate tracker item for this ?

I don't know who added those APIs, but they are neither in line with
the rest of the Unicode API, nor are they really all that helpful.
I guess they were just added out of a misunderstanding of the
already existing code.

I'd suggest to remove PyUnicode_AsString() altogether (which your
patch has already done in a couple of places).
History
Date User Action Args
2008-05-03 19:53:28lemburgsetspambayes_score: 5.59624e-05 -> 5.5962413e-05
recipients: + lemburg, gvanrossum, belopolsky, alexandre.vassalotti
2008-05-03 19:53:27lemburglinkissue1950 messages
2008-05-03 19:53:26lemburgcreate