Issue #19489: Merge with 3.5
diff --git a/Misc/ACKS b/Misc/ACKS
index d81a424..07fc183 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -59,6 +59,7 @@
Jeffrey Armstrong
Jason Asbahr
David Ascher
+Ammar Askar
Chris AtLee
Aymeric Augustin
John Aycock
diff --git a/Misc/NEWS b/Misc/NEWS
index 61a1381..1943256 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -773,6 +773,9 @@
Documentation
-------------
+- Issue #19489: Moved the search box from the sidebar to the header and footer
+ of each page. Patch by Ammar Askar.
+
- Issue #27285: Update documentation to reflect the deprecation of ``pyvenv``
and normalize on the term "virtual environment". Patch by Steve Piercy.