From 1c25a0eb6dcaeb7874170a645b0c887aa219e476 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Fri, 19 Jun 2009 21:03:44 +0000 Subject: [PATCH] about behavior --- pep-0387.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pep-0387.txt b/pep-0387.txt index 89179612d..aa65adbca 100644 --- a/pep-0387.txt +++ b/pep-0387.txt @@ -37,6 +37,10 @@ This policy applies to all public APIs. These include: - Function, class, module, attribute, and method names and types. +- Given a set of arguments, the return value, side effects, and raised + exceptions of a function. This does not preclude changes from + reasonable bug fixes. + - The position and expected types of arguments and returned values. - Behavior of classes with regards to subclasses: the conditions under