Merge pull request #8 from cswegger/tablib

---

This pull request is to fix pickling / unpickling of Row within Dataset. __getstate__ resembled a dictionary comprehension (Python 2.7+) but it wasnt, and it caused wrong values to be pickled, leading to unusable objects after restoring.

This patch fixes the issues. All unit tests still pass.

Conflicts:
	tablib/core25.py
This commit is contained in:
Kenneth Reitz
2011-05-12 17:35:54 -04:00

Diff Content Not Available