summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-04-26 14:39:35 (GMT)
committerJesus Cea <jcea@jcea.es>2012-04-26 14:39:35 (GMT)
commit2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7 (patch)
treee7a04c686ef2b72e9d4495b88e8f87c58cfd5e11 /Misc/NEWS
parent790a9b4c193a9f3323138a8c1c1d074a6b6289f0 (diff)
downloadcpython-2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7.zip
cpython-2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7.tar.gz
cpython-2b47f0a23ffcb0cd86dc9eacf379fbd329b895c7.tar.bz2
Close #10142: Support for SEEK_HOLE/SEEK_DATA
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21cead0..d45bb20 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -423,6 +423,8 @@ Extension Modules
- 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
-----