mirror of https://github.com/python/cpython
2 lines
165 B
ReStructuredText
2 lines
165 B
ReStructuredText
|
``Pathlib.read_bytes`` no longer opens the file in Python's buffered I/O mode. This reduces overheads as the code reads a file in whole leading to a modest speedup.
|