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 Ramin Farajpour Cami
Recipients Ramin Farajpour Cami, benjamin.peterson, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-01-16.15:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452959463.84.0.987776875799.issue26059@psf.upfronthosting.co.za>
In-reply-to
Content
here version :

C:\python2711>python.exe
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import strop
>>> strop.replace("\x100"*0xEAAA,"\x100","AA"*0xAAAA)
History
Date User Action Args
2016-01-16 15:51:03Ramin Farajpour Camisetrecipients: + Ramin Farajpour Cami, gvanrossum, terry.reedy, paul.moore, vstinner, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower
2016-01-16 15:51:03Ramin Farajpour Camisetmessageid: <1452959463.84.0.987776875799.issue26059@psf.upfronthosting.co.za>
2016-01-16 15:51:03Ramin Farajpour Camilinkissue26059 messages
2016-01-16 15:51:03Ramin Farajpour Camicreate