Merge pull request #254 from stevepiercy/master

- remove 3.2/add 3.5 to docs (https://github.com/Pylons/colander/pull…
This commit is contained in:
Steve Piercy
2016-02-26 00:52:09 -08:00
3 changed files with 5 additions and 4 deletions

View File

@@ -133,3 +133,4 @@ Contributors
- Tinne Cahy, 2015/12/22
- Antti Haapala, 2016/01/17
- Bert JW Regeer, 2016/02/16
- Steve Piercy, 2016/02/26

View File

@@ -16,10 +16,10 @@ An extensible package which can be used to:
- serialize an arbitrary data structure to a data structure composed
of strings, mappings, and lists.
It runs on Python 2.6, 2.7, 3.2, 3.3, 3.4, and 3.5, and on current PyPy
and PyPy3 versions.
It runs on Python 2.6, 2.7, 3.3, 3.4, and 3.5, and on current PyPy and PyPy3
versions.
Please see http://docs.pylonsproject.org/projects/colander/en/latest/
for further documentation.
for documentation.
See https://github.com/Pylons/colander for in-development version.

View File

@@ -6,7 +6,7 @@ Colander
Colander is useful as a system for validating and deserializing data obtained
via XML, JSON, an HTML form post or any other equally simple data
serialization. It runs on Python 2.6, 2.7, 3.2, 3.3, 3.4, pypy and pypy3.
serialization. It runs on Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy, and pypy3.
Colander can be used to:
- Define a data schema.