Go to file
Chris McDonough 13fa908e82 - When `colander.null` was unpickled, the reference created during
unpickling was *not* a reference to the singleton but rather a new instance
  of the ``colander._null`` class.  This was unintentional, because lots of
  code checks for ``if x is colander.null``, which will fail across pickling
  and unpickling.  Now the reference created when ``colander.null`` is
  pickled is unpickled as the singleton itself.
2010-12-02 16:13:25 +00:00
2010-11-29 04:23:37 +00:00
2010-03-31 03:59:59 +00:00
2010-03-14 16:51:25 +00:00
2010-04-26 01:06:29 +00:00
2010-11-29 04:23:37 +00:00

Colander
========

An extensible package which can be used to:

- deserialize and validate a data structure composed of strings,
  mappings, and lists.

- serialize an arbitrary data structure to a data structure composed
  of strings, mappings, and lists.

Please see `http://docs.repoze.org/colander
<http://docs.repoze.org/colander>`_ for further documentation.
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 831 KiB
Languages
Python 64%
Gettext Catalog 21.9%
Modelica 14.1%