From 5e60982cf89b0c08c13e7cc15b2f0d59092a6734 Mon Sep 17 00:00:00 2001 From: "A. Jesse Jiryu Davis" Date: Mon, 10 Nov 2014 17:48:53 -0500 Subject: [PATCH] nit --- doc/compatibility-policy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/compatibility-policy.rst b/doc/compatibility-policy.rst index 7dbe148d3..8f81ed664 100644 --- a/doc/compatibility-policy.rst +++ b/doc/compatibility-policy.rst @@ -18,9 +18,9 @@ effort to release at least one minor version that *deprecates* it. We add `DeprecationWarning`_. You can ensure your code is future-proof by running your code with the latest PyMongo release and looking for DeprecationWarnings. -The Python interpreter silences DeprecationWarnings by default. For example, -the following code uses the deprecated ``slave_okay`` option but does not -raise any warning: +Starting with Python 2.7, the interpreter silences DeprecationWarnings by +default. For example, the following code uses the deprecated ``slave_okay`` +option but does not raise any warning: .. code-block:: python