Casey Duncan
2011-01-06 4614826b25f692ff431a110d371242a470ef0681
reduce strength of assertion
1 files modified
2 ■■■ changed files
docs/narr/sessions.rst 2 ●●● patch | view | raw | blame | history
docs/narr/sessions.rst
@@ -113,7 +113,7 @@
Some gotchas:
- Keys and values of session data must be *pickleable*.  This means,
  typically, that they must be instances of basic types of objects,
  typically, that they are instances of basic types of objects,
  such as strings, lists, dictionaries, tuples, integers, etc.  If you
  place an object in a session data key or value that is not
  pickleable, an error will be raised when the session is serialized.