python / python/cpython

Don't call pager with --clear-screen

未关闭
#148,321 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

stdlib topic-repl type-bug
主要语言
Python
星标
77.2k
派生
35.9k
PR 合并指标
PR 指标待抓取

描述

Bug report

Bug description:

This was recently introduced by https://github.com/python/cpython/pull/146382.

I believe this rather lead to a bad user experience, see https://github.com/python/cpython/pull/146382#issuecomment-4185931124. The screen will be cleared regardless on the text size, even if it's small, like small docstrings. Then you have to scroll up terminal to see recent output and so on.

IMO, it's better to follow git's defaults, which uses --quit-if-one-screen option to display small texts "inline". We could too.

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs
  • gh-148322

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

首先查看关联的 PR gh-148322 以及 PR 146382 引入的更改,然后跟踪 CPython 在哪里为较短的 docstring 调用 pager。完成的标准是:短文本保持 inline,而较长的输出仍使用 pager,且不会清空终端;如果相关工作尚未覆盖,请添加或更新相应的测试。

由索引模型根据 Issue 内容生成。

评估

技术栈
python
领域
cli
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。