Staging
v0.5.1
https://github.com/python/cpython
Revision e418432dfbe63e19b75e7c51208fdc4c8808bf53 authored by Serhiy Storchaka on 04 December 2016, 08:22:09 UTC, committed by Serhiy Storchaka on 04 December 2016, 08:22:09 UTC
2 parent s 21cf577 + 29b0a26
Raw File
Tip revision: e418432dfbe63e19b75e7c51208fdc4c8808bf53 authored by Serhiy Storchaka on 04 December 2016, 08:22:09 UTC
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Tip revision: e418432
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