This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jayvdb
Recipients jayvdb
Date 2015-10-29.06:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446100670.6.0.312090653047.issue25505@psf.upfronthosting.co.za>
In-reply-to
Content
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 fix is to remove it, as it has never worked, and nobody has complained.
History
Date User Action Args
2015-10-29 06:37:50jayvdbsetrecipients: + jayvdb
2015-10-29 06:37:50jayvdbsetmessageid: <1446100670.6.0.312090653047.issue25505@psf.upfronthosting.co.za>
2015-10-29 06:37:50jayvdblinkissue25505 messages
2015-10-29 06:37:50jayvdbcreate