cpython: 2d984cc4afb0 (original) (raw)

Mercurial > cpython

changeset 69988:2d984cc4afb0

Merged solution for #12036 from 3.2 [#12036]

Ɓukasz Langa lukasz@langa.pl
date Mon, 09 May 2011 18:50:47 +0200
parents 05f3497c32c7(current diff)62e2b74c3bfc(diff)
children 5dbc23e48fb0
files
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Doc/library/configparser.rst 5

line wrap: on

line diff

--- a/Doc/library/configparser.rst +++ b/Doc/library/configparser.rst @@ -1064,6 +1064,11 @@ ConfigParser Objects given section. Optional arguments have the same meaning as for the :meth:get method.

+

.. method:: set(section, option, value)