[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-30 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2672ab3cfb23 by Terry Jan Reedy in branch '2.7': Issue #25505: Remove unused buggy method. https://hg.python.org/cpython/rev/2672ab3cfb23 New changeset ef435729bc80 by Terry Jan Reedy in branch '3.4': Issue #25505: Remove unused buggy method. https:

[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-30 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-29 Thread John Mark Vandenberg
Changes by John Mark Vandenberg : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-28 Thread John Mark Vandenberg
Changes by John Mark Vandenberg : Added file: http://bugs.python.org/file40889/fixdiv-remove-truncate.diff ___ Python tracker ___ ___ Python-b

[issue25505] undefined name 'window' in Tools/scripts/fixdiv.py

2015-10-28 Thread John Mark Vandenberg
New submission from John Mark Vandenberg: Tools/scripts/fixdiv.py 's `FileContext.truncate` has used `window` since it was created, when it is supposed to use self.window. https://hg.python.org/cpython/annotate/60f290a7eae8/Tools/scripts/fixdiv.py#l195 `truncate` is unused, so an alternative f