Re: [Python-ideas] Delivery Status Notification (Failure)

June 28, 2018
6:48 a.m.
Have you tried just instantiating a Counter() instead ? All missing keys are considerd to be 0 in a fresh counter. So for example:
works exactly this way. Which means there's no difference between what you're suggesting Counter.fromkeys(key-list-or-set, 0) should do and what Counter() actually does. (Resend because somehow gmail tried to reply to the wrong python-ideas) 2018-06-27 22:36 GMT+02:00 Abe Dillon <abedillon@gmail.com>:
2456
Age (days ago)
2456
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacco van Dorp