- Docstring fixes to `colander.SchemaNode (missing` is not the

``null`` value when required, it's a special marker value).
This commit is contained in:
Chris McDonough
2010-09-08 01:14:57 +00:00
parent 6c0819455f
commit 289ab369c2
2 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,12 @@
Changes Changes
======= =======
Next release
------------
- Docstring fixes to ``colander.SchemaNode`` (``missing`` is not the
``null`` value when required, it's a special marker value).
0.7.3 (2010/09/02) 0.7.3 (2010/09/02)
------------------ ------------------

View File

@@ -1151,8 +1151,8 @@ class SchemaNode(object):
Default: :attr:`colander.null`. Default: :attr:`colander.null`.
- ``missing``: The default deserialization value for this node. - ``missing``: The default deserialization value for this node.
If it is not provided, the missing value of this node will be If it is not provided, the missing value of this node will be a
:attr:`colander.null`, indicating that it is considered special marker value, indicating that it is considered
'required' (the ``required`` computed attribute will be 'required' (the ``required`` computed attribute will be
``True``). ``True``).