Issue #5262: Improved fix.
[python.git] / Doc / library / frameworks.rst
blob5d8dad55787889a3d778505c0ee3fb37b9a1176f
2 .. _frameworks:
4 ******************
5 Program Frameworks
6 ******************
8 The modules described in this chapter are frameworks that will largely dictate
9 the structure of your program.  Currently the modules described  here are all
10 oriented toward writing command-line interfaces.
12 The full list of modules described in this chapter is:
15 .. toctree::
17    cmd.rst
18    shlex.rst