commit | c01ffdf61e33b87c3e5e91a722e27c888ed607ad | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Mar 26 18:11:54 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Mar 26 18:11:54 2011 -0500 |
tree | d9a97fcac2184cabb89361754146d02346677989 | |
parent | 39530f8cbed8c5e08571300f7b40d268686641fc [diff] [blame] |
revert unintended changes
diff --git a/Lib/lib2to3/refactor.py b/Lib/lib2to3/refactor.py index ca07be6..ae5e40f 100644 --- a/Lib/lib2to3/refactor.py +++ b/Lib/lib2to3/refactor.py
@@ -500,7 +500,7 @@ node = new def processed_file(self, new_text, filename, old_text=None, write=False, - encoding=None, newlines=None): + encoding=None): """ Called when a file has been refactored, and there are changes. """