Skip to content

Commit

Permalink
Add detailed deprecation info to legacy client docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Feb 20, 2024
1 parent d916f86 commit 1f36ad4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/akismet/_legacy_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ class Akismet:
"""
Legacy class-based Akismet client.
This class is deprecated.
This class is deprecated and will be removed in a future release. It receives no new
features and only minimal security-oriented bugfixes. Please migrate as quickly as
possible to one of the two supported client classes: akismet.SyncClient or
akismet.AsyncClient.
Two configuration parameters -- your Akismet API key and registered URL -- are
required; they can be passed when instantiating, or set in the environment variables
Expand Down

0 comments on commit 1f36ad4

Please sign in to comment.