Staging
v0.5.1
https://github.com/python/cpython
Revision 59531287fdfa27431d0aacfaab3808036153f181 authored by Armin Ronacher on 22 January 2011, 13:44:22 UTC, committed by Armin Ronacher on 22 January 2011, 13:44:22 UTC
headers with iso-8859-1 (latin1) encoding.  It was already doing that for
incoming headers which makes this behaviour now consistent in both incoming and
outgoing direction.
1 parent 8d96d77
Raw File
Tip revision: 59531287fdfa27431d0aacfaab3808036153f181 authored by Armin Ronacher on 22 January 2011, 13:44:22 UTC
To match the behaviour of HTTP server, the HTTP client library now also encodes
Tip revision: 5953128
frameworks.rst
.. _frameworks:

******************
Program Frameworks
******************

The modules described in this chapter are frameworks that will largely dictate
the structure of your program.  Currently the modules described  here are all
oriented toward writing command-line interfaces.

The full list of modules described in this chapter is:


.. toctree::

   turtle.rst
   cmd.rst
   shlex.rst
back to top