inconvenient unicode conversion of non-string arguments
Fredrik Lundh
fredrik at pythonware.com
Wed Dec 13 06:05:33 EST 2006
Holger Joukl wrote:
>>> Ok, but I still don't see why these arguments shouldn't simply be
>>> silently ignored
>>
>> >>> import this
>
> You probably refer to "Explicit is better than implicit.".
"Errors should never pass silently." is a better match, I think. you're
trying to do an invalid operation. python tells you to fix your code.
</F>
More information about the Python-list
mailing list