Issue 25977: Typo fixes in Lib/tokenize.py (original) (raw)
Issue25977
Created on 2015-12-29 23:10 by johnwalker, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
tokenize-fixes.patch | johnwalker,2015-12-29 23:10 | review |
Messages (4) | ||
---|---|---|
msg257217 - (view) | Author: John Walker (johnwalker) * | Date: 2015-12-29 23:10 |
Minor fixes to comments and a docstring in Lib/tokenize.py I found while looking for more important bugs. afer -> after alternately -> alternatively intput -> input argment -> argument | ||
msg257218 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-12-29 23:42 |
New changeset 9057e3857119 by Berker Peksag in branch '3.5': Issue #25977: Fix typos in Lib/tokenize.py https://hg.python.org/cpython/rev/9057e3857119 New changeset 5b43d7984a63 by Berker Peksag in branch 'default': Issue #25977: Fix typos in Lib/tokenize.py https://hg.python.org/cpython/rev/5b43d7984a63 | ||
msg257219 - (view) | Author: Berker Peksag (berker.peksag) * ![]() |
Date: 2015-12-29 23:44 |
Thanks for the patch, John. | ||
msg257220 - (view) | Author: John Walker (johnwalker) * | Date: 2015-12-30 00:16 |
You're welcome, have a happy new year. :) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:25 | admin | set | github: 70165 |
2015-12-30 00:16:15 | johnwalker | set | messages: + |
2015-12-29 23:44:11 | berker.peksag | set | status: open -> closednosy: + berker.peksagmessages: + resolution: fixedstage: resolved |
2015-12-29 23:42:49 | python-dev | set | nosy: + python-devmessages: + |
2015-12-29 23:31:24 | SilentGhost | set | nosy: + meador.inge |
2015-12-29 23:10:40 | johnwalker | create |