Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60466 > unrolled thread

general ConfigParser question

Started byRita <rmorgan466@gmail.com>
First post2013-11-25 18:32 -0500
Last post2013-11-25 18:32 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  general ConfigParser question Rita <rmorgan466@gmail.com> - 2013-11-25 18:32 -0500

#60466 — general ConfigParser question

FromRita <rmorgan466@gmail.com>
Date2013-11-25 18:32 -0500
Subjectgeneral ConfigParser question
Message-ID<mailman.3203.1385422362.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi,

I was wondering if the default ConfigParser can handle multi line strings
(especially in the relate section)

For example, if i have system.ini

[Global]
memory = 1024

[Process A]
command = sleep
arguments = 100

[Process B]
command = nslookup
arguments = hostA
output = data

[Process C]
command = checksum
arguments = data

[Relate]
data="parent process A child process B
Parent process B child process C
"


--- Get your facts first, then you can distort them as you please.--

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web