-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: 2.0.1
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Python has native mechanism to determine length of any utterable collection with len() function. PyMongo uses own non-standard method collection.count(). It would be great if PyMongo will support native python method len() to make driver more developer-friendly.
Moreover as soon as you already have count() method, you can add it as easy as 1 line of code