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.

classification
Title: Low ascii 12 characters found in source.
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: JosephArmbruster, amaury.forgeotdarc
Priority: normal Keywords:

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) * (Python committer) 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:29adminsetgithub: 45980
2007-12-17 13:14:48christian.heimessetstatus: open -> closed
resolution: wont fix
2007-12-17 13:11:44JosephArmbrustersetmessages: + msg58693
2007-12-17 12:52:36amaury.forgeotdarcsetnosy: + amaury.forgeotdarc
messages: + msg58692
2007-12-17 12:22:24JosephArmbrustersetfiles: + ascii12sPyTrunk.patch
messages: + msg58690
2007-12-17 12:21:25JosephArmbrustercreate