[issue1639] Low ascii 12 characters found in source.

2007-12-17 Thread Christian Heimes
Changes by Christian Heimes: -- resolution: -> wont fix status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing l

[issue1639] Low ascii 12 characters found in source.

2007-12-17 Thread Joseph Armbruster
Joseph Armbruster added the comment: I apparently missed this one. Disregard this issue. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing

[issue1639] Low ascii 12 characters found in source.

2007-12-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: 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

[issue1639] Low ascii 12 characters found in source.

2007-12-17 Thread Joseph Armbruster
Joseph Armbruster added the comment: url: http://svn.python.org/projects/python/trunk rev: 59539 files: stringobject.c Added file: http://bugs.python.org/file8974/ascii12sPyTrunk.patch __ Tracker <[EMAIL PROTECTED]> __

[issue1639] Low ascii 12 characters found in source.

2007-12-17 Thread Joseph Armbruster
New submission from Joseph Armbruster: 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 -- co