#15979: merge with 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 83d6b00..8dae861 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,8 @@
 - Issue #15533: Clarify docs and add tests for `subprocess.Popen()`'s cwd
   argument.
 
+- Issue #15979: Improve timeit documentation.
+
 - Issue #16036: Improve documentation of built-in `int()`'s signature and
   arguments.