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.
Created on 2015年10月29日 06:37 by jayvdb, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fixdiv.diff | jayvdb, 2015年10月29日 06:37 | Fix | review | |
| fixdiv-remove-truncate.diff | jayvdb, 2015年10月29日 06:38 | Remove truncate | review | |
| Messages (2) | |||
|---|---|---|---|
| msg253661 - (view) | Author: John Mark Vandenberg (jayvdb) * | Date: 2015年10月29日 06:37 | |
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. |
|||
| msg253769 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年10月30日 23:26 | |
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://hg.python.org/cpython/rev/ef435729bc80 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:23 | admin | set | github: 69691 |
| 2015年10月30日 23:28:00 | terry.reedy | set | status: open -> closed type: behavior resolution: fixed stage: resolved |
| 2015年10月30日 23:26:26 | python-dev | set | nosy:
+ python-dev messages: + msg253769 |
| 2015年10月30日 23:20:38 | terry.reedy | set | assignee: terry.reedy nosy: + terry.reedy |
| 2015年10月29日 08:01:08 | jayvdb | set | nosy:
+ serhiy.storchaka |
| 2015年10月29日 06:38:47 | jayvdb | set | files: + fixdiv-remove-truncate.diff |
| 2015年10月29日 06:37:50 | jayvdb | create | |