
2018-04-26 17:13 GMT+02:00 Antoine Pitrou <antoine@python.org>:
Obviously, the issue is less the number of messages per month than the fact that most of them are about a single proposal :-)
Ok, I did statistics on emails with a subject which contains exactly "PEP xxx", since January 2017 to today. I'm not sure that it's reliable, since some people don't write "PEP xxx" in the subject.
vstinner@apu$ ./parse_mailman_mbox2.py 201*txt PEP 550: 284 msg PEP 572: 243 msg PEP 557: 176 msg PEP 567: 151 msg PEP 553: 78 msg PEP 538: 76 msg PEP 563: 75 msg PEP 554: 73 msg PEP 540: 62 msg PEP 552: 56 msg PEP 565: 49 msg PEP 564: 46 msg PEP 549: 43 msg PEP 560: 40 msg PEP 544: 40 msg PEP 505: 38 msg PEP 561: 31 msg PEP 484: 25 msg PEP 467: 25 msg PEP 562: 24 msg PEP 559: 23 msg PEP 370: 23 msg PEP 574: 16 msg PEP 526: 15 msg PEP 575: 14 msg PEP 556: 13 msg PEP 545: 12 msg PEP 539: 12 msg PEP 573: 11 msg PEP 551: 11 msg PEP 448: 11 msg PEP 548: 10 msg PEP 103: 10 msg PEP 489: 8 msg PEP 511: 7 msg PEP 523: 6 msg PEP 543: 5 msg PEP 432: 5 msg PEP 510: 4 msg PEP 530: 3 msg PEP 490: 3 msg PEP 393: 3 msg PEP 541: 2 msg PEP 479: 2 msg PEP 442: 2 msg PEP 568: 1 msg PEP 394: 1 msg
Total: 1868 msg; avg: 39.7 msg/PEP
According to my tool, Yury Selivanov holds the current record with the PEP 550 and 284 emails :-) Especially if you add the 151 messages of the PEP 567. (Where is the PEP 555 in my list?)
Victor