cpython/Objects/stringlib
2006-05-26 18:15:38 +00:00
..
fastsearch.h needforspeed: added rpartition implementation 2006-05-26 18:15:38 +00:00
partition.h needforspeed: added rpartition implementation 2006-05-26 18:15:38 +00:00
README.txt

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.