web.py FAQ

The existance of a question in this list generally means it's a bad idea that will get fixed soon enough.

Why are the urls just one long list?

If they were a dictionary, they wouldn't be ordered. If it was a list of tuples, then it'd be a lot more typing.

Never Been Asked

What's the web.py version number scheme?

The first digit is incremented if web.py completes support for a layer of the web application building process. So it will be 0 for a while.

Then comes a decimal point.

The next digit is incremented if a major new feature is added to web.py -- forms, templates, etc.

The next digit is incremented if new features are added to web.py

The next digit is incremented if there's a bug fix added.

Comments? Questions? Suggestions? Requests? Email webpy@aaronsw.com.