Wykres commitów

2 Commity (31f20a083f85cb7c17e822de7c6c4ab4708b39c8)

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