cpython/Lib/collections
Slam 76b387bf74 Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139)
Semantically the same, but more idiomatic by checking against `kwargs` instead of `len(kwargs)`.
2019-04-02 14:47:41 -07:00
..
__init__.py Have UserDict.__init__() implicitly check for updating w/ bool(kwargs) instead of len() (GH-12139) 2019-04-02 14:47:41 -07:00
abc.py whitespace cleanup 2013-10-13 02:27:22 +02:00