~ubuntu-branches/ubuntu/lucid/python2.6/lucid

« back to all changes in this revision

Viewing changes to Doc/library/configparser.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-03 12:03:05 UTC
  • mto: (10.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20091003120305-hij6yssh0figh590
Tags: upstream-2.6.3
ImportĀ upstreamĀ versionĀ 2.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
can use this to write Python programs which can be customized by end users
28
28
easily.
29
29
 
30
 
.. warning::
 
30
.. note::
31
31
 
32
 
   This library does *not* interpret or write the value-type prefixes used in the
33
 
   Windows Registry extended version of INI syntax.
 
32
   This library does *not* interpret or write the value-type prefixes used in
 
33
   the Windows Registry extended version of INI syntax.
34
34
 
35
35
The configuration file consists of sections, led by a ``[section]`` header and
36
36
followed by ``name: value`` entries, with continuations in the style of