Wykres commitów

3 Commity (10a4cfc75765d4f10010b105a190bc1ad30d4a79)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 3df5927825 collections.defaultdict: Switch to metadata.txt . 2014-05-23 01:17:53 +03:00
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