On Mittwoch, 25. Januar 2017 10:01:56 Peter Otten wrote:
> Hans-Peter Jansen wrote:
> > I would like to use a interpolated section name, e.g.:
> >
> > [Section]
> > secref: %{section}s/whatever
> >
> > should result in:
> config['Section']['secref']
> >
> > 'Section/whatever'
> >
> > Any i
Hans-Peter Jansen wrote:
> I would like to use a interpolated section name, e.g.:
>
> [Section]
> secref: %{section}s/whatever
>
> should result in:
>
config['Section']['secref']
> 'Section/whatever'
>
> Any idea anybody, how to archive this with minimum fuzz?
If you can live with the ex
Hi,
I would like to use a interpolated section name, e.g.:
[Section]
secref: %{section}s/whatever
should result in:
>>> config['Section']['secref']
'Section/whatever'
Any idea anybody, how to archive this with minimum fuzz?
Thanks,
Pete
--
https://mail.python.org/mailman/listinfo/python-list