Sells, Fred wrote:
I'm no expert on internals, but I seem to recall that in the past, the
string module could be implemented in either C or Python and I think there
is a strop module that is related to all this. Could it be that on the Mac,
your string processing is using interpreted Python byte c
I'm no expert on internals, but I seem to recall that in the past, the
string module could be implemented in either C or Python and I think there
is a strop module that is related to all this. Could it be that on the Mac,
your string processing is using interpreted Python byte code while linux
use