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 Jim.Jewett
Recipients Jim.Jewett
Date 2011-12-15.04:25:44
SpamBayes Score 7.185267e-07
Marked as misclassified No
Message-id <1323923147.38.0.737729792057.issue13604@psf.upfronthosting.co.za>
In-reply-to
Content
The implementation has a larger state.kind
Clarified wording on wstr_length and surrogate pairs.
Clarified that the canonical "data" format doesn't always have a data pointer.
Mentioned that calling PyUnicode_READY would finalize a string, so that it couldn't be resized.
Changed section head "Other macros" to "Finalization macro" and removed the non-existent PyUnicode_CONVERT_BYTES (there is a similarly named private macro).
History
Date User Action Args
2011-12-15 04:25:47Jim.Jewettsetrecipients: + Jim.Jewett
2011-12-15 04:25:47Jim.Jewettsetmessageid: <1323923147.38.0.737729792057.issue13604@psf.upfronthosting.co.za>
2011-12-15 04:25:46Jim.Jewettlinkissue13604 messages
2011-12-15 04:25:46Jim.Jewettcreate