Issue1639
Created on 2007-12-17 12:21 by JosephArmbruster, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| ascii12sPy3k.patch | JosephArmbruster, 2007-12-17 12:21 | |||
| ascii12sPyTrunk.patch | JosephArmbruster, 2007-12-17 12:22 | |||
| Messages (4) | |||
|---|---|---|---|
| msg58689 - (view) | Author: Joseph Armbruster (JosephArmbruster) | Date: 2007-12-17 12:21 | |
There were various files in the source tree that contained low ascii 12 characters throughout. The list includes: url: http://svn.python.org/projects/python/branches/py3k rev: 59539 files: _ctypes.c cfield.c _tkinter.c stringobject.c |
|||
| msg58690 - (view) | Author: Joseph Armbruster (JosephArmbruster) | Date: 2007-12-17 12:22 | |
url: http://svn.python.org/projects/python/trunk rev: 59539 files: stringobject.c |
|||
| msg58692 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * | Date: 2007-12-17 12:52 | |
In pep8 there is: """ Python accepts the control-L (i.e. ^L) form feed character as whitespace; Many tools treat these characters as page separators, so you may use them to separate pages of related sections of your file. """ Why do you want to remove them? |
|||
| msg58693 - (view) | Author: Joseph Armbruster (JosephArmbruster) | Date: 2007-12-17 13:11 | |
I apparently missed this one. Disregard this issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:29 | admin | set | github: 45980 |
| 2007-12-17 13:14:48 | christian.heimes | set | status: open -> closed resolution: wont fix |
| 2007-12-17 13:11:44 | JosephArmbruster | set | messages: + msg58693 |
| 2007-12-17 12:52:36 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg58692 |
| 2007-12-17 12:22:24 | JosephArmbruster | set | files:
+ ascii12sPyTrunk.patch messages: + msg58690 |
| 2007-12-17 12:21:25 | JosephArmbruster | create | |