Does fileinput.input(files, inplace=True, ...) preserve the permissions of the file? (I.e. does it ensure that the new file has the same permissions as the original file?) TIA! kynn --