about behavior

This commit is contained in:
Benjamin Peterson 2009-06-19 21:03:44 +00:00
parent e041d5dd1d
commit 1c25a0eb6d
1 changed files with 4 additions and 0 deletions

View File

@ -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