summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMohamed Koubaa <koubaa.m@gmail.com>2020-09-07 15:14:25 (GMT)
committerGitHub <noreply@github.com>2020-09-07 15:14:25 (GMT)
commit1baf030a902392fe92d934ed0fb6a385cf7d8869 (patch)
tree9f39775a0707b9acbd395e50d33fef9f8ac066ad /Misc
parent2aabc3200bf03d2ec1aa987e1e20db704948111e (diff)
downloadcpython-1baf030a902392fe92d934ed0fb6a385cf7d8869.zip
cpython-1baf030a902392fe92d934ed0fb6a385cf7d8869.tar.gz
cpython-1baf030a902392fe92d934ed0fb6a385cf7d8869.tar.bz2
bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-08-07.bpo-1635741.X9CZgo.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-08-07.bpo-1635741.X9CZgo.rst b/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-08-07.bpo-1635741.X9CZgo.rst
new file mode 100644
index 0000000..a39673a
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-09-01-17-08-07.bpo-1635741.X9CZgo.rst
@@ -0,0 +1,2 @@
+Port the :mod:`_curses_panel` extension module to multi-phase initialization
+(:pep:`489`).