diff options
| author | Michael Howitz <mh@gocept.com> | 2022-12-28 07:26:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 07:26:13 +0100 |
| commit | f1a2a39fcc779a6dd10a161a2ced8c3cf488d9f2 (patch) | |
| tree | b02d61b7bae5eb325614b1a0b9ef1160208606af /docs/api | |
| parent | f05a16b94f135a6262667aeb7591487e8eefafa7 (diff) | |
| download | zope-interface-f1a2a39fcc779a6dd10a161a2ced8c3cf488d9f2.tar.gz | |
Drop support for Python 2.7, 3.5, 3.6. (#266)
Co-authored-by: Jens Vagelpohl <jens@plyp.com>
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/declarations.rst | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/api/declarations.rst b/docs/api/declarations.rst index 57c11f0..f18b7b9 100644 --- a/docs/api/declarations.rst +++ b/docs/api/declarations.rst @@ -515,33 +515,6 @@ When registering an adapter or utility component, the registry looks for the provided. -Deprecated Functions --------------------- - -implements -~~~~~~~~~~ - -.. caution:: Does not work on Python 3. Use the `implementer` decorator instead. - -.. autofunction:: implements - - -implementsOnly -~~~~~~~~~~~~~~ - -.. caution:: Does not work on Python 3. Use the `implementer_only` decorator instead. - -.. autofunction:: implementsOnly - - -classProvides -~~~~~~~~~~~~~ - -.. caution:: Does not work on Python 3. Use the `provider` decorator instead. - -.. autofunction:: classProvides - - Querying The Interfaces Of Objects ================================== |
