some interesting parts of Python Paste
mapping urls to different wsgi apps
internal app requests via internal redirects & forwards
log requests in apache log format
web app exception handling with interactive browser-based debugging (very cool)
file monitor to restart server when code changes
dictionary that can hold multiple values at each key (multidict)
framework for testing wsgi & web apps 1 2 3
applying filters to wsgi app output