summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-09-19-19-58-33.bpo-34002.KBnaVX.rst
blob: 5d4c231c74c629c791c23a904452c6949277ccb0 (plain)
1
2
Improve efficiency in parts of email package by changing while-pop to a for
loop, using isdisjoint instead of set intersections.