Fix #228
commitd8d7608902ef58bcc3cf1225a710cf8adf5fca82
authorBarry Warsaw <barry@python.org>
Fri, 22 Apr 2016 19:24:25 +0000 (22 15:24 -0400)
committerBarry Warsaw <barry@python.org>
Fri, 22 Apr 2016 20:33:37 +0000 (22 16:33 -0400)
tree9469f0d1d2fe93144674fa983c320679185191bd
parent4ce8c79d9b758d66fdb1c0a400fe1130b75db552
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/commands/cli_withlist.py
src/mailman/commands/docs/conf.rst
src/mailman/commands/tests/test_shell.py [new file with mode: 0644]
src/mailman/config/schema.cfg
src/mailman/docs/NEWS.rst