diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-09 09:37:04 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-10 07:43:10 +0700 |
commit | ebf0c73ce03f6115037b6d549dd10058f7878014 (patch) | |
tree | 329d45fb2cce82603b52e0e3536112da3a33df42 /python/pymongo/README | |
parent | 1f11a0007257d12acebf48d9b1024da45ced6466 (diff) |
python/pymongo: Updated for version 4.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pymongo/README')
-rw-r--r-- | python/pymongo/README | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pymongo/README b/python/pymongo/README index cfa106b153b7c..711daff44c3a3 100644 --- a/python/pymongo/README +++ b/python/pymongo/README @@ -3,4 +3,3 @@ database from Python. The bson package is an implementation of the BSON format for Python (http://bsonspec.org). The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo. -(http://www.mongodb.org/display/DOCS/GridFS+Specification) |