comparing Unicode and string

Fredrik Lundh fredrik at pythonware.com
Fri Oct 20 05:51:38 EDT 2006


luc.saffre at gmail.com wrote:

> Suggestion: shouldn't an error raise already when I try to assign s2?

variables are not typed in Python.  plain assignment will never raise an
exception.

</F> 






More information about the Python-list mailing list