Minor doc updates.

This commit is contained in:
behackett 2013-08-18 08:12:08 -07:00
parent d133396162
commit 88e3121d28
3 changed files with 5 additions and 5 deletions

View File

@ -1091,7 +1091,7 @@ class Collection(common.BaseObject):
print doc
.. versionadded:: 2.3
.. versionchanged:: 2.5.1+
.. versionchanged:: 2.6
Added cursor support.
.. _aggregate command:

View File

@ -513,12 +513,12 @@ class MongoClient(common.BaseObject):
a blocked operation will raise :exc:`~pymongo.errors.ConnectionFailure`
after a timeout. By default ``waitQueueTimeoutMS`` is not set.
.. warning:: SIGNIFICANT BEHAVIOR CHANGE in 2.5.1+. Previously, this
.. warning:: SIGNIFICANT BEHAVIOR CHANGE in 2.6. Previously, this
parameter would limit only the idle sockets the pool would hold
onto, not the number of open sockets. The default has also changed
to 100.
.. versionchanged:: 2.5.1+
.. versionchanged:: 2.6
.. versionadded:: 1.11
"""
return self.__max_pool_size

View File

@ -941,12 +941,12 @@ class MongoReplicaSetClient(common.BaseObject):
a blocked operation will raise :exc:`~pymongo.errors.ConnectionFailure`
after a timeout. By default ``waitQueueTimeoutMS`` is not set.
.. warning:: SIGNIFICANT BEHAVIOR CHANGE in 2.5.1+. Previously, this
.. warning:: SIGNIFICANT BEHAVIOR CHANGE in 2.6. Previously, this
parameter would limit only the idle sockets the pool would hold
onto, not the number of open sockets. The default has also changed
to 100.
.. versionchanged:: 2.5.1+
.. versionchanged:: 2.6
"""
return self.__max_pool_size