summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6dc7c6..bb13310 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and builtins
Extension modules
-----------------
+- Modified the fcntl.ioctl() function to allow modification of a passed
+ mutable buffer (for details see the reference documentation).
+
- Made user requested changes to the itertools module.
Subsumed the times() function into repeat().
Added chain() and cycle().