summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/api/request.rst10
-rw-r--r--src/pyramid/config/testing.py7
2 files changed, 9 insertions, 8 deletions
diff --git a/docs/api/request.rst b/docs/api/request.rst
index 50703ff63..9e9c70d3a 100644
--- a/docs/api/request.rst
+++ b/docs/api/request.rst
@@ -174,9 +174,9 @@
.. deprecated:: 2.0
- ``unauthenticated_userid`` has been deprecated in version 2.0. Use
- :attr:`authenticated_userid` or :attr:`authenticated_identity`
- instead. See :ref:`upgrading_auth` for more information.
+ ``unauthenticated_userid`` has been deprecated in version 2.0. Use
+ :attr:`authenticated_userid` or :attr:`authenticated_identity`
+ instead. See :ref:`upgrading_auth` for more information.
A property which returns a value which represents the *claimed* (not
verified) :term:`userid` of the credentials present in the
@@ -193,8 +193,8 @@
.. deprecated:: 2.0
- The new security policy has removed the concept of principals. See
- :ref:`upgrading_auth` for more information.
+ The new security policy has removed the concept of principals. See
+ :ref:`upgrading_auth` for more information.
A property which returns the list of 'effective' :term:`principal`
identifiers for this request. This list typically includes the
diff --git a/src/pyramid/config/testing.py b/src/pyramid/config/testing.py
index 2cde8fc59..58b239232 100644
--- a/src/pyramid/config/testing.py
+++ b/src/pyramid/config/testing.py
@@ -53,13 +53,14 @@ class TestingConfiguratorMixin(object):
:type forget_result: list
.. versionadded:: 1.4
- The ``remember_result`` argument.
+ The ``remember_result`` argument.
.. versionadded:: 1.4
- The ``forget_result`` argument.
+ The ``forget_result`` argument.
.. versionchanged:: 2.0
- Removed ``groupids`` argument and add `identity` argument.
+ Removed ``groupids`` argument and add `identity` argument.
+
"""
from pyramid.testing import DummySecurityPolicy