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 vstinner
Recipients BreamoreBoy, benjamin.peterson, ezio.melotti, jcea, kushal.das, loewis, pitrou, serhiy.storchaka, thomaslee, vstinner
Date 2013-04-02.22:42:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364942572.93.0.529089611161.issue16061@psf.upfronthosting.co.za>
In-reply-to
Content
How can we move this issu forward? I still prefer unicode_2.patch over  str_replace_1char.patch because the code is simpler and so easier to maintain.

str_replace_1char.patch has a "bug": replace_1char() does not use "pos" for the latin1 path.
History
Date User Action Args
2013-04-02 22:42:53vstinnersetrecipients: + vstinner, loewis, jcea, pitrou, thomaslee, benjamin.peterson, ezio.melotti, BreamoreBoy, serhiy.storchaka, kushal.das
2013-04-02 22:42:52vstinnersetmessageid: <1364942572.93.0.529089611161.issue16061@psf.upfronthosting.co.za>
2013-04-02 22:42:52vstinnerlinkissue16061 messages
2013-04-02 22:42:52vstinnercreate