Skip to content

Commit

Permalink
DOCS-11209: tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Jan 14, 2018
1 parent 187dae9 commit fe927fb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
42 changes: 21 additions & 21 deletions source/drivers/driver-compatibility-reference.txt
Expand Up @@ -1195,15 +1195,15 @@ MongoDB Compatibility
-
-

- Motor (Python async) 1.2 wraps PyMongo 3.6+
- Motor (Python async) 1.1 wraps PyMongo 3.4+
- Motor (Python async) 1.0 wraps PyMongo 3.3+
- Motor (Python async) 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor (Python async) 0.6 wraps PyMongo 2.8
- Motor (Python async) 0.5 wraps PyMongo 2.8
- Motor (Python async) 0.4 wraps PyMongo 2.8
- Motor (Python async) 0.3 wraps PyMongo 2.7.1
- Motor (Python async) 0.2 wraps PyMongo 2.7.0
- Motor 1.2 wraps PyMongo 3.6+
- Motor 1.1 wraps PyMongo 3.4+
- Motor 1.0 wraps PyMongo 3.3+
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor 0.6 wraps PyMongo 2.8
- Motor 0.5 wraps PyMongo 2.8
- Motor 0.4 wraps PyMongo 2.8
- Motor 0.3 wraps PyMongo 2.7.1
- Motor 0.2 wraps PyMongo 2.7.0

.. include:: /includes/older-server-versions-unsupported.rst

Expand Down Expand Up @@ -1309,28 +1309,28 @@ Language Compatibility
-
-

- Motor (Python async) 1.1 wraps PyMongo 3.4+
- Motor (Python async) 1.0 wraps PyMongo 3.3+
- Motor (Python async) 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor (Python async) 0.6 wraps PyMongo 2.8
- Motor (Python async) 0.5 wraps PyMongo 2.8
- Motor (Python async) 0.4 wraps PyMongo 2.8
- Motor (Python async) 0.3 wraps PyMongo 2.7.1
- Motor (Python async) 0.2 wraps PyMongo 2.7.0
- Motor (Python async) 0.1 wraps PyMongo 2.5.0
- Motor 1.1 wraps PyMongo 3.4+
- Motor 1.0 wraps PyMongo 3.3+
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor 0.6 wraps PyMongo 2.8
- Motor 0.5 wraps PyMongo 2.8
- Motor 0.4 wraps PyMongo 2.8
- Motor 0.3 wraps PyMongo 2.7.1
- Motor 0.2 wraps PyMongo 2.7.0
- Motor 0.1 wraps PyMongo 2.5.0

.. note::

- Motor (Python async) version 0.5 and earlier requires Tornado, and supports the
- Motor version 0.5 and earlier requires Tornado, and supports the
same version of Python as its supported Tornado versions do.

- For asyncio support, Motor (Python async) requires Python 3.4+, or
- For asyncio support, Motor requires Python 3.4+, or
Python 3.3 with the `asyncio package from PyPI
<https://pypi.python.org/pypi/asyncio>`_.

- PyPy is not supported as it runs Motor code slowly.

- Motor (Python async) does not support Jython or Windows.
- Motor does not support Jython or Windows.

.. _reference-compatibility-ruby:

Expand Down
22 changes: 11 additions & 11 deletions source/drivers/python.txt
Expand Up @@ -297,11 +297,11 @@ MongoDB Compatibility
-
-

- Motor (Python async) 1.1 wraps PyMongo 3.4+
- Motor (Python async) 1.0 wraps PyMongo 3.3+
- Motor (Python async) 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor (Python async) 0.4 wraps PyMongo 2.8
- Motor (Python async) 0.3 wraps PyMongo 2.7.1
- Motor 1.1 wraps PyMongo 3.4+
- Motor 1.0 wraps PyMongo 3.3+
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor 0.4 wraps PyMongo 2.8
- Motor 0.3 wraps PyMongo 2.7.1

.. include:: /includes/extracts/motor-driver-compatibility-full-mongodb.rst

Expand Down Expand Up @@ -377,17 +377,17 @@ Language Compatibility
-
-

- Motor (Python async) 1.1 wraps PyMongo 3.4+
- Motor (Python async) 1.0 wraps PyMongo 3.3+
- Motor (Python async) 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor (Python async) 0.4 wraps PyMongo 2.8
- Motor (Python async) 0.3 wraps PyMongo 2.7.1
- Motor 1.1 wraps PyMongo 3.4+
- Motor 1.0 wraps PyMongo 3.3+
- Motor 0.7 wraps PyMongo >=2.9.4 and <3.0
- Motor 0.4 wraps PyMongo 2.8
- Motor 0.3 wraps PyMongo 2.7.1

.. include:: /includes/extracts/motor-driver-compatibility-full-language.rst

.. note::

- Motor (Python async) requires Tornado, and supports the same version of Python
- Motor requires Tornado, and supports the same version of Python
as its supported Tornado versions do.

- PyPy is not supported as it runs Motor code slowly.
Expand Down

0 comments on commit fe927fb

Please sign in to comment.