-
Type:
Task
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
https://github.com/10gen/specifications/blob/master/source/bson-corpus/bson-corpus.rst
Test Discrepencies
| Description | PyMongo | Corpus Spec | mongoexport |
|---|---|---|---|
| Code (without scope) | {"$code": ..., "$scope": null}
|
{"$code": ...}
|
{"$code": ...}
|
| Datetime at epoch | {"$date": u'1970-01-01T00:00:00.000+0000'}
|
{"$date": {"$numberLong": 0}}
|
{"$date": "1970-01-01T00:00:00.000Z"}
|
- depends on
-
PYTHON-1131 Fix inconsistent handling of bson.code.Code with explicit empty scope
-
- Closed
-
- is depended on by
-
DRIVERS-330 Implement BSON Corpus tests
-
- Closed
-