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 flox
Recipients flox
Date 2010-01-03.17:09:40
SpamBayes Score 4.0781476e-08
Marked as misclassified No
Message-id <1262538585.9.0.444437883838.issue7622@psf.upfronthosting.co.za>
In-reply-to
Content
Content of the patch:
 - removed code duplication between bytearray/string/unicode
 - new header "stringlib/split.h" with common methods:
    stringlib_split/_rsplit/_splitlines
 - added "maxcount" argument to "stringlib_count"
 - better performance for split/replace unicode methods

Benchmark coming soon...
History
Date User Action Args
2010-01-03 17:09:47floxsetrecipients: + flox
2010-01-03 17:09:45floxsetmessageid: <1262538585.9.0.444437883838.issue7622@psf.upfronthosting.co.za>
2010-01-03 17:09:44floxlinkissue7622 messages
2010-01-03 17:09:43floxcreate