cpython/Objects/stringlib
Fredrik Lundh 58b5e84d52 needforspeed: stringlib refactoring, continued. added count and
find helpers; updated unicodeobject to use stringlib_count
2006-05-26 19:24:53 +00:00
..
count.h needforspeed: stringlib refactoring, continued. added count and 2006-05-26 19:24:53 +00:00
fastsearch.h needforspeed: added rpartition implementation 2006-05-26 18:15:38 +00:00
find.h needforspeed: stringlib refactoring, continued. added count and 2006-05-26 19:24:53 +00:00
partition.h needforspeed: stringlib refactoring, continued. added count and 2006-05-26 19:24:53 +00:00
README.txt needforspeed: stringlib refactoring (in progress) 2006-05-26 17:04:58 +00:00

bits shared by the stringobject and unicodeobject implementations (and
possibly other modules, in a not too distant future).

the stuff in here is included into relevant places; see the individual
source files for details.