Clean up the branch for landing.
commit95446742669349777ee4101237a76395f1dfaa87
authorBarry Warsaw <barry@python.org>
Wed, 13 Jan 2016 21:53:20 +0000 (13 16:53 -0500)
committerBarry Warsaw <barry@python.org>
Wed, 13 Jan 2016 21:53:20 +0000 (13 16:53 -0500)
treed2e2d932ea44fdebf187b266a3047a29efa53dad
parentfe57b60b6bfd0f05ae6a8592337f81eff4883049
Clean up the branch for landing.

* Add NEWS
* Update copyright years.
* Adjust for new IAPI.path_to() interface.
* Style.
* Remove some unreachable code.
* Boost coverage.
* Change some Bad Requests into Not Founds.
* Do not include `list_id` in resource JSON for global bans.
* Rephrase some doctests.
src/mailman/docs/NEWS.rst
src/mailman/rest/bans.py
src/mailman/rest/docs/membership.rst
src/mailman/rest/tests/test_bans.py [new file with mode: 0644]