-
Committer:
Barry Warsaw
-
Date:
2012-04-01 16:55:52 UTC
-
mto:
This revision was merged to the branch mainline in
revision
7140.
-
Revision ID:
barry@list.org-20120401165552-2ho3unkvvkkcqwuh
- More tests of mailman.runners.nntp.prepare_message(), this time of the
header removal and de-duplication algorithms.
- Improve the robustness of the de-duplication code.
- Add a very nice helper called `configuration` which can be used either as a
decorator or context manager to temporarily set values in a configuration
section. No more need to manage pushes/pops. More code needs to be
converted to use this style.