diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-03-22 22:56:15 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-03-22 22:56:15 -0400 |
commit | 511098c9dfeb9f0824372ab49334a659ab7666aa (patch) | |
tree | f03db6e01580c9e1df0fa7b63ce4ecbab54634c2 /docs | |
parent | 03d8e026835b8db80ae136f9b94b5b47d8e43043 (diff) | |
download | cryptography-511098c9dfeb9f0824372ab49334a659ab7666aa.tar.gz cryptography-511098c9dfeb9f0824372ab49334a659ab7666aa.tar.bz2 cryptography-511098c9dfeb9f0824372ab49334a659ab7666aa.zip |
From time to time, we ignore our own policy (#3475)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api-stability.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api-stability.rst b/docs/api-stability.rst index 53669b0f..7ba1d426 100644 --- a/docs/api-stability.rst +++ b/docs/api-stability.rst @@ -49,3 +49,7 @@ entirely. In that case, here's how the process will work: In short, code that runs without warnings will always continue to work for a period of two releases. + +From time to time, we may decide to deprecate an API that is particularly +widely used. In these cases, we may decide to provide an extended deprecation +period, at our discretion. |