On 6 March 2013 13:31, Malthe Borch <[email protected]> wrote: > It's a fundamental problem with APIs that try to mimic the built-in > dict- and/or sequence types, what's sometimes called being "pythonic".
Just to add, I don't think this is terribly pythonic in this case, since the architecture is fail-unsafe. There could well be errors lurking out there that nobody knows about because they just appear to be 404s, not causing any error handling mechanism to kick in. >>> import this ... Errors should never pass silently. ... In the face of ambiguity, refuse the temptation to guess. ... -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
