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

pyclbr add whitespace chars to base class name #43410

Closed
hdima mannequin opened this issue May 25, 2006 · 2 comments
Closed

pyclbr add whitespace chars to base class name #43410

hdima mannequin opened this issue May 25, 2006 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@hdima
Copy link
Mannequin

hdima mannequin commented May 25, 2006

BPO 1494787
Nosy @birkenfeld
Files
  • pyclbr.diff: pyclbr 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 2006-05-29.14:39:11.000>
    created_at = <Date 2006-05-25.08:32:40.000>
    labels = ['library']
    title = 'pyclbr add whitespace chars to base class name'
    updated_at = <Date 2006-05-29.14:39:11.000>
    user = 'https://bugs.python.org/hdima'

    bugs.python.org fields:

    activity = <Date 2006-05-29.14:39:11.000>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2006-05-25.08:32:40.000>
    creator = 'hdima'
    dependencies = []
    files = ['2016']
    hgrepos = []
    issue_num = 1494787
    keywords = []
    message_count = 2.0
    messages = ['28638', '28639']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'hdima']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1494787'
    versions = ['Python 2.5']

    @hdima
    Copy link
    Mannequin Author

    hdima mannequin commented May 25, 2006

    While parsing base class names for a class pyclbr eats
    also tokens with whitespace characters. The attached
    patch adds check for token type.

    Maybe we even should form base class names only from
    name and dot tokens?

    @hdima hdima mannequin closed this as completed May 25, 2006
    @hdima hdima mannequin added the stdlib Python modules in the Lib dir label May 25, 2006
    @hdima hdima mannequin closed this as completed May 25, 2006
    @hdima hdima mannequin added the stdlib Python modules in the Lib dir label May 25, 2006
    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=849994

    Thanks for the report, fixed in rev. 46526.

    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant