Does Python really follow its philosophy of "Readability counts"?

Paul Rubin http
Thu Jan 15 12:59:01 EST 2009


r <rt8396 at gmail.com> writes:
> So what was the fatal error, care to post a traceback?

Usually it's "expected to find some value but got None", or got a
list, or expected some structure but got a different one, or some
field was missing, etc.  It's not a single traceback, it's a recurring
theme in developing this stuff.  



More information about the Python-list mailing list