rest25/library/development.rst => rest262/library/development.rst
4*****************
5Development Tools
6*****************
7
8The modules described in this chapter help you write software.  For example, the
9:mod:`pydoc` module takes a module and generates documentation based on the
10module's contents.  The :mod:`doctest` and :mod:`unittest` modules contains
11frameworks for writing unit tests that automatically exercise code and verify
n12-that the expected output  is produced.
n12+that the expected output is produced.  :program:`2to3` can translate Python 2.x
13+source code into valid Python 3.x code.
13
14The list of modules described in this chapter is:
15
16
17.. toctree::
18
19   pydoc.rst
20   doctest.rst
21   unittest.rst
t23+   2to3.rst
22   test.rst
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op