| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -460,8 +460,8 @@ def count_similarname(name): | |||
| 460 | 460 | f.close() | |
| 461 | 461 | """, | |
| 462 | 462 | # GH-122111: read_text uses BufferedIO which requires looking up | |
| 463 | - # position in file. `read_bytes` disables that buffering, checked | ||
| 464 | - # next and avoid these calls. | ||
| 463 | + # position in file. `read_bytes` disables that buffering and avoids | ||
| 464 | + # these calls which is tested the `pathlib read_bytes` case. | ||
| 465 | 465 | extra_checks=[ | |
| 466 | 466 | ("ioctl", 1), | |
| 467 | 467 | ("seek", 1) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments