diff options
| author | Barry Warsaw | 2012-08-17 23:32:47 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-08-17 23:32:47 -0400 |
| commit | ffd6b7b2ec632920cbf9d413aa20d83d8333c87f (patch) | |
| tree | a75e7bff8ad7fd2340c61f16d4cac388ddec7730 /src/mailman/docs | |
| parent | 82d2ef15e3810abf984dc70c800dac3ebca02f03 (diff) | |
| download | mailman-ffd6b7b2ec632920cbf9d413aa20d83d8333c87f.tar.gz mailman-ffd6b7b2ec632920cbf9d413aa20d83d8333c87f.tar.zst mailman-ffd6b7b2ec632920cbf9d413aa20d83d8333c87f.zip | |
* Show devmode in `bin/mailman info` output. (LP: #1035028)
Also, allow doctest cleanups to be tuples, in which case the first item is the
callable and the subsequent items are the arguments. Makes for
config.pop()'ing much nicer.
Diffstat (limited to 'src/mailman/docs')
| -rw-r--r-- | src/mailman/docs/NEWS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index 9d4f69099..eb81ac54c 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -102,6 +102,7 @@ Bug fixes (LP: #953497) * List-Post should be NO when posting is not allowed. (LP: #987563) * Non-unicode values in msgdata broke pending requests. (LP: #1031391) + * Show devmode in `bin/mailman info` output. (LP: #1035028) .. _`passlib`: http://packages.python.org/passlib/index.html |
