v = json.loads("{'test':'test'}")

Miles semanticist at gmail.com
Mon Jan 26 14:06:44 EST 2009


On Mon, Jan 26, 2009 at 4:06 AM, Diez B. Roggisch wrote:
> There are people who say something along the lines of "be strict when
> writing, and tolerant when reading" (the exact quote is different, but
> neither google:~site:mybrain nor any other have helped me here)

That's Postel's Law:
http://en.wikipedia.org/wiki/Robustness_Principle

-Miles



More information about the Python-list mailing list