bpo-38731: Add --quiet option to py_compile CLI (GH-17134)

diff --git a/Misc/ACKS b/Misc/ACKS
index b585769..f5e9459 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1565,6 +1565,7 @@
 Akash Shende
 Charlie Shepherd
 Bruce Sherwood
+Gregory Shevchenko
 Alexander Shigin
 Pete Shinners
 Michael Shiplett
diff --git a/Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.rst b/Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.rst
new file mode 100644
index 0000000..ba9e522
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-11-13-07-37-11.bpo-38731.9qmcSx.rst
@@ -0,0 +1,2 @@
+Add ``--quiet`` option to command-line interface of :mod:`py_compile`.
+Patch by Gregory Schevchenko.