From b6604fc39e542a78bc6cb4f009bf972ba4db098f Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Mon, 4 Nov 2019 17:47:03 -0500 Subject: updated docstring issuet --- src/pyramid/session.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/pyramid/session.py b/src/pyramid/session.py index efac52140..d317b7c48 100644 --- a/src/pyramid/session.py +++ b/src/pyramid/session.py @@ -50,7 +50,7 @@ class PickleSerializer(object): .. warning:: In :app:`Pyramid` 2.0 the default ``serializer`` option changed to - use :class:`pyramid.session.JSONSerializer`, and ``PickleSerializer` + use :class:`pyramid.session.JSONSerializer`, and ``PickleSerializer`` has been been removed from active Pyramid code. Pyramid will require JSON-serializable objects in :app:`Pyramid` 2.0. @@ -74,7 +74,6 @@ class PickleSerializer(object): ``protocol`` may be specified to control the version of pickle used. Defaults to :attr:`pickle.HIGHEST_PROTOCOL`. - """ def __init__(self, protocol=pickle.HIGHEST_PROTOCOL): -- cgit v1.2.3