Configparser.py dosyasını buldum root içinde değil lib içinde içeriği şu şekilde;
"""Configuration file parser.
A setup file consists of sections, lead by a "[section]" header,
and followed by "name: value" entries, with continuations and such in
the style of RFC 822.
The option values can...