Remove use of tuple unpacking and dict.has_key() so as to silence
[python.git] / Doc / howto / index.rst
blob68aab60539b79bdbce5cbe9fb8573877e1171647
1 ***************
2  Python HOWTOs
3 ***************
5 Python HOWTOs are documents that cover a single, specific topic,
6 and attempt to cover it fairly completely. Modelled on the Linux
7 Documentation Project's HOWTO collection, this collection is an
8 effort to foster documentation that's more detailed than the
9 Python Library Reference.
11 Currently, the HOWTOs are:
13 .. toctree::
14    :maxdepth: 1
16    advocacy.rst
17    curses.rst
18    doanddont.rst
19    functional.rst
20    regex.rst
21    sockets.rst
22    unicode.rst
23    urllib2.rst