We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520ee09 commit a09ff4dCopy full SHA for a09ff4d
Lib/shutil.py
@@ -210,8 +210,9 @@ def _fastcopy_sendfile(fsrc, fdst):
210
# ENOTSOCK: sendfile() on this platform (probably
211
# Linux < 2.6.33) does not support copies between
212
# regular files (only sockets).
213
- # ENODATA: In rare cases sendfile() on Linux Lustre call
214
- # returns ENODATA
+ #
+ # ENODATA: In rare cases, sendfile() on Linux Lustre
215
+ # returns ENODATA.
216
_USE_CP_SENDFILE = False
217
raise _GiveupOnFastCopy(err)
218
0 commit comments