- Added a doctest for the canonical.mailman.config datatypes. - Removed the Python version test in buildmailman.py. Cleaned up some whitespace in this file too, and switched to != instead of <>. - Whitespace normalization in configs/default/launchpad.conf to get rid of TABS. Bad XEmacs! - In lib/canonical/launchpad/scripts/runlaunchpad.py, when I made shouldLaunch() into a property, I should have also renamed it to should_launch. Fixed. - Moved the call() helper from test_libmailman.py to test-libmailman.txt, which also let me get rid of an extraneous setup() and teardown().