jackfrued / jackfrued/Python-100-Days

是否应增加参数

Open
#1,196 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
187k
Forks
55.8k
PR merge metrics
No merged PRs in 30d

Description

第一次读取时为512字节,
https://github.com/jackfrued/Python-100-Days/blame/462bfc3308d86cb319e5000ca779d069fd24bf1b/Day21-30/21.文件读写和异常处理.md#L273
后续的读取不限制读取大小是否就一次读取到文件结尾位置了。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open Day21-30/21.文件读写和异常处理.md at the referenced line and read the surrounding explanation of the initial 512-byte read. Verify how later reads are described, then clarify the documentation about whether an omitted size reads through the end of the file; the issue is done when the read behavior and parameter usage are unambiguous.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.