source: python/trunk/Doc/howto/index.rst

Last change on this file was 391, checked in by dmik, 11 years ago

python: Merge vendor 2.7.6 to trunk.

  • Property svn:eol-style set to native
File size: 635 bytes
RevLine 
[2]1***************
2 Python HOWTOs
3***************
4
5Python HOWTOs are documents that cover a single, specific topic,
6and attempt to cover it fairly completely. Modelled on the Linux
7Documentation Project's HOWTO collection, this collection is an
8effort to foster documentation that's more detailed than the
9Python Library Reference.
10
11Currently, the HOWTOs are:
12
13.. toctree::
14 :maxdepth: 1
15
[391]16 pyporting.rst
[2]17 cporting.rst
18 curses.rst
[391]19 descriptor.rst
[2]20 doanddont.rst
21 functional.rst
[391]22 logging.rst
23 logging-cookbook.rst
[2]24 regex.rst
25 sockets.rst
[391]26 sorting.rst
[2]27 unicode.rst
28 urllib2.rst
29 webservers.rst
[391]30 argparse.rst
[2]31
Note: See TracBrowser for help on using the repository browser.