| commit | 9436361e4cdd7d3dc5f42674b54995c4915afb59 | [log] [tgz] |
|---|---|---|
| author | Jesus Cea <jcea@jcea.es> | Fri Jun 22 18:32:07 2012 +0200 |
| committer | Jesus Cea <jcea@jcea.es> | Fri Jun 22 18:32:07 2012 +0200 |
| tree | 18ecfd666aa3101811f6e79a5ca883293917a88b | |
| parent | ff493c9c465ba9502629bf5001f690068be97f33 [diff] [blame] |
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
diff --git a/Misc/NEWS b/Misc/NEWS index 8b7e3be..af1e26c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -935,6 +935,8 @@ - Issue #14259: The finditer() method of re objects did not take any keyword arguments, contrary to the documentation. +- Issue #10142: Support for SEEK_HOLE/SEEK_DATA (for example, under ZFS). + Tests -----