Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
Patch by Ramchandra Apte
diff --git a/Misc/ACKS b/Misc/ACKS
index ea563eb..0aa64b7 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -44,6 +44,7 @@
Ankur Ankan
Jon Anglin
Heidi Annexstad
+Ramchandra Apte
Éric Araujo
Alicia Arlen
Jeffrey Armstrong
diff --git a/Misc/NEWS b/Misc/NEWS
index 43a38ae..b774dbf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -802,6 +802,9 @@
Documentation
-------------
+- Issue #16642: sched.scheduler timefunc initial default is time.monotonic.
+ Patch by Ramchandra Apte
+
- Issue #15465: Document the versioning macros in the C API docs rather than
the standard library docs. Patch by Kushal Das.