summaryrefslogtreecommitdiff
path: root/jsonschema/validators.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-30 12:57:52 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-30 12:57:52 +0300
commitd67decc6f0a3a9a3b9f116e936b110a43281a3ac (patch)
tree2bfea8d20681417c037a24a85498057a8929d70c /jsonschema/validators.py
parentca967604f66958be783015f48b1155c26b006ff8 (diff)
downloadjsonschema-d67decc6f0a3a9a3b9f116e936b110a43281a3ac.tar.gz
Add some deprecated directives (for previous deprecations) to the docs.
Diffstat (limited to 'jsonschema/validators.py')
-rw-r--r--jsonschema/validators.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/jsonschema/validators.py b/jsonschema/validators.py
index cb46047..ea6f52b 100644
--- a/jsonschema/validators.py
+++ b/jsonschema/validators.py
@@ -803,6 +803,8 @@ class RefResolver:
def in_scope(self, scope):
"""
Temporarily enter the given scope for the duration of the context.
+
+ .. deprecated:: v4.0.0
"""
warnings.warn(
"jsonschema.RefResolver.in_scope is deprecated and will be "