@@ -3067,7 +3067,7 @@ fixes. Highlights include:
30673067 :class: `~gridfs.grid_file.GridOutCursor `.
30683068- Greatly improved :doc: `support for mod_wsgi </examples/mod_wsgi >` when using
30693069 PyMongo's C extensions. Read `Jesse's blog post
3070- <http ://emptysqua.re/blog/python-c-extensions-and-mod-wsgi/> `_ for details.
3070+ <https ://emptysqua.re/blog/python-c-extensions-and-mod-wsgi/> `_ for details.
30713071- Improved C extension support for ARM little endian.
30723072
30733073Breaking changes
@@ -3322,7 +3322,7 @@ Important New Features:
33223322- Support for mongos failover.
33233323- A new :meth: `~pymongo.collection.Collection.aggregate ` method to support
33243324 MongoDB's new `aggregation framework
3325- <http ://mongodb.com/docs/manual/applications/aggregation/> `_.
3325+ <https ://mongodb.com/docs/manual/applications/aggregation/> `_.
33263326- Support for legacy Java and C# byte order when encoding and decoding UUIDs.
33273327- Support for connecting directly to an arbiter.
33283328
@@ -3686,7 +3686,7 @@ Changes in Version 1.9 (2010/09/28)
36863686
36873687Version 1.9 adds a new package to the PyMongo distribution,
36883688:mod: `bson `. :mod: `bson ` contains all of the `BSON
3689- <http ://bsonspec.org> `_ encoding and decoding logic, and the BSON
3689+ <https ://bsonspec.org> `_ encoding and decoding logic, and the BSON
36903690types that were formerly in the :mod: `pymongo ` package. The following
36913691modules have been renamed:
36923692
@@ -3819,7 +3819,7 @@ Changes in Version 1.7 (2010/06/17)
38193819Version 1.7 is a recommended upgrade for all PyMongo users. The full
38203820release notes are below, and some more in depth discussion of the
38213821highlights is `here
3822- <http ://dirolf.com/2010/06/17/pymongo-1.7-released.html> `_.
3822+ <https ://dirolf.com/2010/06/17/pymongo-1.7-released.html> `_.
38233823
38243824- no longer attempt to build the C extension on big-endian systems.
38253825- added :class: `~bson.min_key.MinKey ` and
@@ -3870,7 +3870,7 @@ The biggest change in version 1.6 is a complete re-implementation of
38703870:mod: `gridfs ` with a lot of improvements over the old
38713871implementation. There are many details and examples of using the new
38723872API in `this blog post
3873- <http ://dirolf.com/2010/03/29/new-gridfs-implementation-for-pymongo.html> `_. The
3873+ <https ://dirolf.com/2010/03/29/new-gridfs-implementation-for-pymongo.html> `_. The
38743874old API has been removed in this version, so existing code will need
38753875to be modified before upgrading to 1.6.
38763876
0 commit comments