Am 26. März 2011 21:06 schrieb Simeon Miteff <[email protected]>: > * Added @rtype and/or @return where missing > * Standardized on Python type names, replacing: > * "string", "String" and "strings" with "str"
We use “string” because it can be either “str” or “unicode”. > * Fixed @type and @param for Query() filter parameter Nack, “filter” is a built-in and shall not be used as an identifier. That's why we add “_” for such names. MIchael
