summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pyramid/session.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/pyramid/session.py b/src/pyramid/session.py
index d317b7c48..ededdaab7 100644
--- a/src/pyramid/session.py
+++ b/src/pyramid/session.py
@@ -57,17 +57,6 @@ class PickleSerializer(object):
Please see :ref:`pickle_session_deprecation`.
- Also, please see these tickets:
-
- * 2.0 feature request: Require that sessions are JSON serializable #2709
- https://github.com/pylons/pyramid/issues/2709
-
- * deprecate pickleable sessions, recommend json #3353
- https://github.com/Pylons/pyramid/pull/3353
-
- * change to use JSONSerializer for SignedCookieSessionFactory #3413
- https://github.com/Pylons/pyramid/pull/3413
-
A serializer that uses the pickle protocol to dump Python data to bytes.
This was the default serializer used by Pyramid, but has been deprecated.