A bit more precise on web framworks: they are not only libraries and you built your...
authorguibog <guibog@douban.com>
Sat, 21 Apr 2012 11:34:28 +0000 (19:34 +0800)
committerguibog <guibog@douban.com>
Sat, 21 Apr 2012 11:34:28 +0000 (19:34 +0800)
docs/scenarios/web.rst

index 04c36e7..e3eb2ab 100644 (file)
@@ -21,10 +21,10 @@ documented in `PEP-3333 <http://www.python.org/dev/peps/pep-3333/>`_.
 Frameworks
 ::::::::::
 
-Broadly speaking, a web framework is a set of libraries upon which you can
-build custom code to implement a web application (i.e. an interactive web
-site). Most web frameworks include patterns and utilities to accomplish at
-least the following:
+Broadly speaking, a web framework consist of a set of libraries and a main
+handler within which you can build custom code to implement a web application
+(i.e. an interactive web site). Most web frameworks include patterns and
+utilities to accomplish at least the following:
 
 URL Routing
   Matches an incoming HTTP request to a particular piece of Python code to