# HG changeset patch # User Jeff Hammel # Date 1291335926 28800 # Node ID 9b193312ceba4786f35955997079e3ef4d4a59c6 # Parent 44534594f402f4b02528e970c9b2e5d86e743e0d actually, we *do* want to write into the dict! diff -r 44534594f402 -r 9b193312ceba python/simpleini.py --- a/python/simpleini.py Thu Dec 02 13:04:54 2010 -0800 +++ b/python/simpleini.py Thu Dec 02 16:25:26 2010 -0800 @@ -16,7 +16,6 @@ if variables is None: variables = {} - variables = variables.copy() # no reason to overwrite the originals if isinstance(fp, basestring): fp = file(fp)