Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Inconsistent behavior when using ellipsis (...) versus pass in function/class definition #979

Closed
@ericmburgess

Description

@ericmburgess

Notice it takes one more <enter> press to get the>>> prompt back when using... in a function or class body, compared to usingpass. On the "extra" line with the three-dots prompt, the cursor is not auto-indented, either. I've added underscores to show where the cursor appears on each line.

bpython version 0.23 on top of Python 3.11.1 /Users/eric/.pyenv/versions/3.11.1/bin/python3.11>>> def foo():...     ......     _... _>>> def bar():...     pass...     _>>> class Foo():...     ......     _... _>>> class Bar():...     pass...     _>>>

For reference, the standardpython console:

Python 3.11.1 (main, Jan 11 2023, 13:54:50) [Clang 13.0.0 (clang-1300.0.29.30)] on darwinType "help", "copyright", "credits" or "license" for more information.>>> def foo():...     ......>>> def bar():...     pass...>>> class Foo():...     ......>>> class Bar():...     pass...>>>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp