Open GoogleCodeExporter opened 9 years ago
Here is a patch.
The tests seems to pass (I have the same number of failure). The only new
failure I couldn't fix is test_fuzz.test_fuzz test.
The fix makes options like the following valid:
;D/V{q]`9F!jh v]Y 7l={]HCA7L`nE)
The only problem here seem to be the leading spaces that are added in
good_lines. ConfigParser cannot handle.
I don't know how important it is for iniparse to mimic ConfigParser so I let
you decide what to do with this patch.
Original comment by batiste....@gmail.com
on 13 Jun 2012 at 9:06
Attachments:
Older Pythons used to reject leading whitespace, but Python 3 seems to accept
them, so I think it's time for iniparse to accept them as well.
Original comment by psobe...@gmail.com
on 17 Jun 2012 at 1:04
Original issue reported on code.google.com by
batiste....@gmail.com
on 13 Jun 2012 at 8:32