summaryrefslogtreecommitdiff
path: root/docs/history/1.7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/history/1.7.rst')
-rw-r--r--docs/history/1.7.rst17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 28546a4..f1b9346 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -1,5 +1,3 @@
-.. _whats-new:
-
===========
Passlib 1.7
===========
@@ -91,6 +89,11 @@ Bugfixes
being run on systems lacking support for the hasher being tested.
This test now runs regardless of system support.
+Deprecations
+------------
+
+* Support for Python 2.x, 3.3, and 3.4 is deprecated; and will be dropped in Passlib 1.8.
+
Other Changes
-------------
@@ -184,11 +187,11 @@ Deprecations
Due to lack of ``pip`` and ``venv`` support, Passlib is no longer fully tested on Python
2.6 & 3.3. There are no known issues, and bugfixes against these versions will still be
accepted for the Passlib 1.7.x series.
- However, **Passlib 1.8 will drop support for Python 2.x & 3.3,** and require Python >= 3.4.
+ However, **Passlib 1.8 will drop support for Python 2.x, 3.3, & 3.4,** and require Python >= 3.5.
-* Support for Python 2.x & 3.3 is deprecated; and will be dropped in Passlib 1.8.
- *(2020-05-10: Updated to include all of Python 2.x; when 1.7.2 was released,
- only Python 2.6 / 3.3 support was deprecated)*
+* Support for Python 2.x, 3.3, and 3.4 is deprecated; and will be dropped in Passlib 1.8.
+ *(2020-10-06: Updated to include all of Python 2.x, 3.3, and 3.4; when 1.7.2 was released,
+ only Python 2.6 and 3.3 support was deprecated)*
* .. py:currentmodule:: passlib.hash
@@ -527,7 +530,7 @@ Changes in existing behavior:
Scheduled removal of features:
- * **[minor]** :mod:`passlib.context`: The :ref:`min_verify_time <context-min-verify-time-option>` keyword
+ * **[minor]** :mod:`passlib.context`: The ``min_verify_time`` keyword
that was deprecated in release 1.6, is now completely ignored.
Support will be removed entirely in release 1.8.