summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>2019-05-28 16:29:04 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2019-05-28 16:29:04 (GMT)
commit2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1 (patch)
treeb87106cad890030018bdefd2ca42092b58ed1330 /Misc/NEWS.d
parent3c8724fc60163f4f3c3b0d531c84cc7b36783f82 (diff)
downloadcpython-2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1.zip
cpython-2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1.tar.gz
cpython-2e33ecd7c9b0cac3efc6fcbdd4547fd086b4e2d1.tar.bz2
bpo-22640: Add silent mode to py_compile.compile() (GH-12976)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2019-04-26-22-13-26.bpo-22640.p3rheW.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-26-22-13-26.bpo-22640.p3rheW.rst b/Misc/NEWS.d/next/Library/2019-04-26-22-13-26.bpo-22640.p3rheW.rst
new file mode 100644
index 0000000..8ac6be9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-04-26-22-13-26.bpo-22640.p3rheW.rst
@@ -0,0 +1,2 @@
+:func:`py_compile.compile` now supports silent mode.
+Patch by Joannah Nanjekye \ No newline at end of file