From d8d7608902ef58bcc3cf1225a710cf8adf5fca82 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 22 Apr 2016 15:24:25 -0400 Subject: Fix #228 ``mailman shell`` now supports readline history if you set the ``[shell]history_file`` variable in mailman.cfg. Also, many useful names are pre-populated in the namespace of the shell. (Closes: #228) With test coverage. --- src/mailman/docs/NEWS.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mailman/docs') diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst index b8362048d..ec71afc9f 100644 --- a/src/mailman/docs/NEWS.rst +++ b/src/mailman/docs/NEWS.rst @@ -97,6 +97,9 @@ Command line * ``mailman`` subcommands now properly commit any outstanding transactions. (Closes #223) * ``mailman digests`` has grown ``--verbose`` and ``-dry-run`` options. + * ``mailman shell`` now supports readline history if you set the + ``[shell]history_file`` variable in mailman.cfg. Also, many useful names + are pre-populated in the namespace of the shell. (Closes: #228) Interfaces ---------- -- cgit v1.3.1