~mailman-coders/mailman/3.0

Viewing all changes in revision 7278.

  • Committer: Barry Warsaw
  • Date: 2014-12-29 22:44:58 UTC
  • Revision ID: barry@list.org-20141229224458-cv3k2sngzh39i96c
Back port from the py3 branch:

 * You can access the system configuration via the resource path
   ``/3.0/system/configuration/<section>``.  This returns a dictionary with
   the keys being the section's variables and the values being their value
   from ``mailman.cfg`` as verbatim strings.  You can get a list of all
   section names via ``/3.0/system/configuration`` which returns a dictionary
   containing the ``http_etag`` and the section names as a sorted list under
   the ``sections`` key.  The system configuration resource is read-only.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: