[issue13671] double comma cant be parsed in config module

Александр Балезин report at bugs.python.org
Wed Dec 28 18:21:09 CET 2011


New submission from Александр Балезин <gescheit12 at gmail.com>:

In conf file:
"keyе_ = ,,"
Get next exception:
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1230, in __init__
    self._load(infile, configspec)
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1306, in _load
    self._parse(infile)
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1660, in _parse
    ParseError, infile, cur_index)
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1721, in _handle_error
 raise error
configobj.ParseError: Parse error in value at line 15.

----------
components: Regular Expressions
messages: 150306
nosy: ezio.melotti, lukasz.langa, Александр.Балезин
priority: normal
severity: normal
status: open
title: double comma cant be parsed in config module
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list