jackfrued / jackfrued/Python-100-Days
是否应增加参数
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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