#7507: quote "!" in pipes.quote(); it is a special character for some shells.
diff --git a/Misc/NEWS b/Misc/NEWS
index 580f9bf..747c0c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,8 @@
 Library
 -------
 
+- Issue #7507: Quote "!" in pipes.quote(); it is special to some shells.
+
 - Issue #5238: Calling makefile() on an SSL object would prevent the
   underlying socket from being closed until all objects get truely destroyed.