Unpickling was borked on all Pythons.

This commit is contained in:
Tres Seaver
2013-05-16 15:39:29 -04:00
parent e94b5dec12
commit ad9e400c1c

View File

@@ -13,8 +13,7 @@ Features
Bug Fixes
~~~~~~~~~
- Ensure that ``colander.iso8601.FixedOffset`` instances can be unpickled
cleanly under Py3k.
- Ensure that ``colander.iso8601.FixedOffset`` instances can be unpickled.
- Avoid validating strings as sequences under Py3k.