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 mrabarnett
Recipients Arfrever, mrabarnett, pitrou, r.david.murray, tchrist, terry.reedy
Date 2011-08-14.02:06:31
SpamBayes Score 3.3316224e-05
Marked as misclassified No
Message-id <1313287592.56.0.187094078064.issue12729@psf.upfronthosting.co.za>
In-reply-to
Content
You're right about starting the second search from where the first finished. Caching the position would be an advantage there.

The memory cost of extra pointers wouldn't be so bad if UTF-8 took less space than the current format.

Regex isn't used as much as in Perl. BTW, the current re module was introduced in Python 1.5, the previous regex and regsub modules being removed in Python 2.5.
History
Date User Action Args
2011-08-14 02:06:32mrabarnettsetrecipients: + mrabarnett, terry.reedy, pitrou, Arfrever, r.david.murray, tchrist
2011-08-14 02:06:32mrabarnettsetmessageid: <1313287592.56.0.187094078064.issue12729@psf.upfronthosting.co.za>
2011-08-14 02:06:31mrabarnettlinkissue12729 messages
2011-08-14 02:06:31mrabarnettcreate