We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ecdba commit e196d3dCopy full SHA for e196d3d
Lib/test/test_fileio.py
@@ -460,8 +460,8 @@ def count_similarname(name):
460
f.close()
461
""",
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.
+ # position in file. `read_bytes` disables that buffering and avoids
+ # these calls which is tested the `pathlib read_bytes` case.
465
extra_checks=[
466
("ioctl", 1),
467
("seek", 1)
0 commit comments