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

Support ellipsis as sole expression #2718

Closed
dimaqq opened this issue Jan 31, 2019 · 4 comments
Closed

Support ellipsis as sole expression #2718

dimaqq opened this issue Jan 31, 2019 · 4 comments

Comments

@dimaqq
Copy link

dimaqq commented Jan 31, 2019

Python ellipsis ... is a thing. Pylint doesn't like it, for example:

def unfinished_function():
    ...


def foo():
    if unfinished_block:
        ...

    with unfinished_context:
        ...


class CustomException:
    ...
@PCManticore
Copy link
Contributor

What does Pylint complain about? What's the error that is emitted? Also we have an issue template for a reason, a lot of that information is useful to us to figure out what version are you using and so on.

@dimaqq
Copy link
Author

dimaqq commented Jan 31, 2019

Well, pointless statement of course!

@dimaqq
Copy link
Author

dimaqq commented Jan 31, 2019

And newest released version of course!

@dimaqq
Copy link
Author

dimaqq commented Feb 5, 2019

Thank you, Claudiu!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants