Comment 1 for bug 211928

Revision history for this message
Anand Chitipothu (anandology) wrote : Re: [Bug 211928] [NEW] web.application.application should inherit from base_application

> The base application class appears to be application, which already has
> logic for dealing with URLs. Instead there should be a base class with
> no such logic and application should be written as a subclass of it.

I can do that, but I'll not be able to write doctests in base_application.