Add a reverse() method to collections.deque().
diff --git a/Misc/NEWS b/Misc/NEWS
index 3cd0b42..e4c3918 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -513,6 +513,8 @@
 Library
 -------
 
+- Add a reverse() method to collections.deque().
+
 - Fix variations of extending deques:  d.extend(d)  d.extendleft(d)  d+=d
 
 - Issue #6986: Fix crash in the JSON C accelerator when called with the