Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low ascii 12 characters found in source. #45980

Closed
JosephArmbruster mannequin opened this issue Dec 17, 2007 · 4 comments
Closed

Low ascii 12 characters found in source. #45980

JosephArmbruster mannequin opened this issue Dec 17, 2007 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@JosephArmbruster
Copy link
Mannequin

JosephArmbruster mannequin commented Dec 17, 2007

BPO 1639
Nosy @amauryfa
Files
  • ascii12sPy3k.patch
  • ascii12sPyTrunk.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2007-12-17.13:14:48.175>
    created_at = <Date 2007-12-17.12:21:25.861>
    labels = ['interpreter-core']
    title = 'Low ascii 12 characters found in source.'
    updated_at = <Date 2007-12-17.13:14:48.174>
    user = 'https://bugs.python.org/JosephArmbruster'

    bugs.python.org fields:

    activity = <Date 2007-12-17.13:14:48.174>
    actor = 'christian.heimes'
    assignee = 'none'
    closed = True
    closed_date = <Date 2007-12-17.13:14:48.175>
    closer = 'christian.heimes'
    components = ['Interpreter Core']
    creation = <Date 2007-12-17.12:21:25.861>
    creator = 'JosephArmbruster'
    dependencies = []
    files = ['8973', '8974']
    hgrepos = []
    issue_num = 1639
    keywords = []
    message_count = 4.0
    messages = ['58689', '58690', '58692', '58693']
    nosy_count = 2.0
    nosy_names = ['amaury.forgeotdarc', 'JosephArmbruster']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1639'
    versions = ['Python 3.0']

    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Dec 17, 2007

    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

    @JosephArmbruster JosephArmbruster mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Dec 17, 2007
    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Dec 17, 2007

    url: http://svn.python.org/projects/python/trunk
    rev: 59539
    files:
    stringobject.c

    @amauryfa
    Copy link
    Member

    In PEP-8 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?

    @JosephArmbruster
    Copy link
    Mannequin Author

    JosephArmbruster mannequin commented Dec 17, 2007

    I apparently missed this one. Disregard this issue.

    @tiran tiran closed this as completed Dec 17, 2007
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants