Wykres commitów

2 Commity (aeef84805a10dfabfcf5100c8265b8c709ce2abf)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 53f454261b collections.defaultdict: Make __missing__() behavior more compliant.
https://docs.python.org/3.3/library/collections.html#collections.defaultdict.__missing__
says that it's __missing__() what should check default_factory for None
(so this entire behavior can be overriden in subclasses).
2014-05-11 13:56:48 +03:00
Paul Sokolovsky ac2ae5831e collections.defaultdict: Add implementation.
In a namespace package.
2014-04-14 21:20:31 +03:00