[New-bugs-announce] [issue25854] rest in _interpolate_some is a list not str

Andrei Tumbar report at bugs.python.org
Sat Dec 12 19:24:50 EST 2015


New submission from Andrei Tumbar:

Create a list called _rest from rest
then will del rest
instead of while rest:
for rest in _rest

----------
components: Interpreter Core
files: configparser.py
messages: 256307
nosy: Andrei Tumbar
priority: normal
severity: normal
status: open
title: rest in _interpolate_some is a list not str
type: compile error
versions: Python 3.4
Added file: http://bugs.python.org/file41294/configparser.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25854>
_______________________________________


More information about the New-bugs-announce mailing list