Patch #744238: Explain that different string types also may compare equal.

This commit is contained in:
Martin v. Löwis 2003-05-31 08:05:49 +00:00
parent 7472336444
commit 19a5a710fc
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Notes:
\end{description}
Objects of different types, except different numeric types, never
Objects of different types, except different numeric types and different string types, never
compare equal; such objects are ordered consistently but arbitrarily
(so that sorting a heterogeneous array yields a consistent result).
Furthermore, some types (for example, file objects) support only a