summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPaulo Henrique Silva <ph.silva@carta.com>2020-03-25 02:18:47 (GMT)
committerGitHub <noreply@github.com>2020-03-25 02:18:47 (GMT)
commitf3d5ac47720045a72f7ef5af13046d9531e6007b (patch)
treedf79243f48412b811f32e41c3a1d57da3dac3103 /Misc
parent8f1ed21ecf57cc8b8095d9d1058af2b9b3ed0413 (diff)
downloadcpython-f3d5ac47720045a72f7ef5af13046d9531e6007b.zip
cpython-f3d5ac47720045a72f7ef5af13046d9531e6007b.tar.gz
cpython-f3d5ac47720045a72f7ef5af13046d9531e6007b.tar.bz2
bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-19150)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-03-24-22-17-12.bpo-1635741.jWaMRV.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-03-24-22-17-12.bpo-1635741.jWaMRV.rst b/Misc/NEWS.d/next/Core and Builtins/2020-03-24-22-17-12.bpo-1635741.jWaMRV.rst
new file mode 100644
index 0000000..d84626a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-03-24-22-17-12.bpo-1635741.jWaMRV.rst
@@ -0,0 +1,2 @@
+Port operator module to multiphase initialization (PEP 489). Patch by Paulo
+Henrique Silva.