[Python-checkins] CVS: python/dist/src/Lib string.py,1.46,1.47

Adrian Eyre a.eyre@optichrome.com
Fri, 11 Feb 2000 15:59:13 -0000


> what sequence object?

By sequence object, I meant any Python object that returns true on
a PySequence_Check(), indicating it can be safely cast to a
PySequenceObject.

I figured that this applies to lists, tuples and strings. See
previous post for examples.

> (there are hundreds of them, but just two basic string types...)

Two? I'm confused now...

Unless you mean char/Unicode.

Besides, I don't see the connection...