Reply to Dave Kuhlman <[EMAIL PROTECTED]> 07-01-06 15:26:

>It's sort of hidden, but note the restriction to string values in
>the docs on the set method:
>
>set(section, option, value)
>If the given section exists, set the given option to the specified
>value; otherwise raise NoSectionError. While it is possible to use
>RawConfigParser (or ConfigParser with raw parameters set to true)
>for internal storage of non-string values, full functionality
>(including interpolation and output to files) can only be achieved
>using string values. New in version 1.6.

Ahhhh ... I was spending all my time reading the docs for 
'items' ;-)

Thanks

             jem
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to