@@ -3067,7 +3067,7 @@ fixes. Highlights include:
3067
3067
:class: `~gridfs.grid_file.GridOutCursor `.
3068
3068
- Greatly improved :doc: `support for mod_wsgi </examples/mod_wsgi >` when using
3069
3069
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.
3071
3071
- Improved C extension support for ARM little endian.
3072
3072
3073
3073
Breaking changes
@@ -3322,7 +3322,7 @@ Important New Features:
3322
3322
- Support for mongos failover.
3323
3323
- A new :meth: `~pymongo.collection.Collection.aggregate ` method to support
3324
3324
MongoDB's new `aggregation framework
3325
- <http ://mongodb.com/docs/manual/applications/aggregation/> `_.
3325
+ <https ://mongodb.com/docs/manual/applications/aggregation/> `_.
3326
3326
- Support for legacy Java and C# byte order when encoding and decoding UUIDs.
3327
3327
- Support for connecting directly to an arbiter.
3328
3328
@@ -3686,7 +3686,7 @@ Changes in Version 1.9 (2010/09/28)
3686
3686
3687
3687
Version 1.9 adds a new package to the PyMongo distribution,
3688
3688
: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
3690
3690
types that were formerly in the :mod: `pymongo ` package. The following
3691
3691
modules have been renamed:
3692
3692
@@ -3819,7 +3819,7 @@ Changes in Version 1.7 (2010/06/17)
3819
3819
Version 1.7 is a recommended upgrade for all PyMongo users. The full
3820
3820
release notes are below, and some more in depth discussion of the
3821
3821
highlights 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> `_.
3823
3823
3824
3824
- no longer attempt to build the C extension on big-endian systems.
3825
3825
- added :class: `~bson.min_key.MinKey ` and
@@ -3870,7 +3870,7 @@ The biggest change in version 1.6 is a complete re-implementation of
3870
3870
:mod: `gridfs ` with a lot of improvements over the old
3871
3871
implementation. There are many details and examples of using the new
3872
3872
API 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
3874
3874
old API has been removed in this version, so existing code will need
3875
3875
to be modified before upgrading to 1.6.
3876
3876
0 commit comments