summaryrefslogtreecommitdiffstats
path: root/Doc/library/frameworks.rst
blob: f8e2f6bb18cb1cb5648037bb0b9bcda9a843ebc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:orphan:

.. _frameworks:

******************
Program frameworks
******************

This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.

* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`